zhongshujie
2025-01-08 f8f1765c8735b42ea699e9897a79a6cec9aeb04b
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;
      }