src/assets/methods/resources.js
@@ -4,8 +4,8 @@ await fileApi.getAliVod({ md5,appRefCode }).then(res => { if(res.data.length) { path = res.data if(typeof res == 'string') { path = res } else { path = process.env.VUE_APP_API_URL + '/file/api/ApiDownload?md5=' + md5 }