zhongshujie
2025-01-02 89bc2a06d2112b276c9417e19f3b37e3808cff78
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;
      }