zhongshujie
2025-01-23 d7311d7a5dc477ff3baf09ef3a01aaa8b3d353a0
src/assets/methods/resources.js
@@ -9,8 +9,8 @@
      appRefCode,
    })
    .then((res) => {
      if (res != "" && res != undefined) {
        path = res;
      if (res.data != "" && res.data != undefined) {
        path = res.data;
      } else {
        path = process.env.VUE_APP_API_URL + "/file/api/ApiDownload?md5=" + md5;
      }