src/assets/methods/resources.js
@@ -9,11 +9,15 @@ appRefCode, }) .then((res) => { if (res != "" && res != undefined) { path = res; } else { if (res) { if (res && res.data == '') { path = process.env.VUE_APP_API_URL + "/file/api/ApiDownload?md5=" + md5; } else { path = res; } } else if (md5) { path = process.env.VUE_APP_API_URL + "/file/api/ApiDownload?md5=" + md5; } } }); return path; };