From 5a9953d4108ba762fc632cb3f9d004f0aa371105 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 17 二月 2025 15:28:13 +0800 Subject: [PATCH] kindergartenActivitiesDesignGuidance --- 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