QYF-GitLab1
2025-01-20 056a77b919396c2a30abb6b682a8fd683f18467a
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;
      }