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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/assets/methods/resources.js b/src/assets/methods/resources.js index c51f776..f98cbb3 100644 --- a/src/assets/methods/resources.js +++ b/src/assets/methods/resources.js @@ -9,7 +9,7 @@ appRefCode, }) .then((res) => { - if (res?.data != "" && res?.data != undefined) { + 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