1
QYF-GitLab1
2024-12-26 54d141532c864200b19404848ae5a8110535c6ed
src/assets/methods/resources.js
@@ -9,8 +9,8 @@
      appRefCode,
    })
    .then((res) => {
      if (res?.data != "" && res?.data != undefined) {
        path = res.data;
      if (res != "" && res != undefined) {
        path = res;
      } else {
        path = process.env.VUE_APP_API_URL + "/file/api/ApiDownload?md5=" + md5;
      }