From 9a28469fdd20c97f2c13d71f9fed53f00828e7f9 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期四, 04 十二月 2025 14:49:10 +0800
Subject: [PATCH] 修复路径配置

---
 src/views/ICMO/ScICMOBillList.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/ICMO/ScICMOBillList.vue b/src/views/ICMO/ScICMOBillList.vue
index 63d0566..6ec0c9d 100644
--- a/src/views/ICMO/ScICMOBillList.vue
+++ b/src/views/ICMO/ScICMOBillList.vue
@@ -883,8 +883,7 @@
         updateSupport: 0,
         // 璁剧疆涓婁紶鐨勮姹傚ご閮�
         // headers: { Authorization: "Bearer " + getToken() },
-        // 涓婁紶鐨勫湴鍧�
-        url: "http://47.96.97.237/API/Gy_Source/Gy_Source_Excel",
+        url: "",
       },
       uploadData: [],
       alluploadList: [],
@@ -901,6 +900,8 @@
     };
   },
   created() {
+    // set upload URL from configured baseURL
+    this.upload.url = this.baseURL + "Gy_Source/Gy_Source_Excel";
     this.riqiChange();
     this.get_HProjectList();
     this.get_HDeptNameList();

--
Gitblit v1.9.1