From 308f5cad975233789ac9ed4ede6993e854198bf9 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期一, 23 十二月 2024 16:12:01 +0800
Subject: [PATCH] 移出无用重复代码
---
UI-Project/config.js | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/UI-Project/config.js b/UI-Project/config.js
index ac9f2b1..abb3d0f 100644
--- a/UI-Project/config.js
+++ b/UI-Project/config.js
@@ -1,5 +1,9 @@
export default {
- serverUrl:"localhost:8080/mesModuleTools",
- serverUrl2:"localhost:8081/mesModuleTools"
- //serverUrl:"res.abeim.cn"
+ // serverUrl: "10.153.19.150:88/api",
+// serverUrl: "192.168.2.100:88",
+ serverUrl: "127.0.0.1:88",
+ // serverUrl2: "10.153.19.150:88"
+ // serverUrl2: "192.168.2.100:88"
+ serverUrl2: "127.0.0.1:88"
+ //serverUrl:"res.abeim.cn"
}
\ No newline at end of file
--
Gitblit v1.8.0