litian
2025-01-02 50c777f46144ca163ac6ab00a22b536f4ab33ffd
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;
      }