From 2f88f23ad2ee48f0e7d9169e1f180d309362fabb Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期三, 22 一月 2025 16:39:13 +0800
Subject: [PATCH] hebing

---
 src/assets/methods/resources.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/assets/methods/resources.js b/src/assets/methods/resources.js
index 17a5fbb..f98cbb3 100644
--- a/src/assets/methods/resources.js
+++ b/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;
       }

--
Gitblit v1.9.1