From 5bd56f3ebf96aa9a71e4a452cd2402df59d17384 Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期四, 04 九月 2025 09:28:27 +0800
Subject: [PATCH] 1.全部页面增加线下数据查询 2.增加一键删除线下玻璃按钮
---
UI-Project/config.js | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/UI-Project/config.js b/UI-Project/config.js
index 271d8a2..a653f48 100644
--- a/UI-Project/config.js
+++ b/UI-Project/config.js
@@ -1,12 +1,15 @@
export default {
-// serverUrl: "10.153.19.29:88/api",
- serverUrl: "10.153.19.44:88/api",
-// serverUrl: "192.168.1.199:88/api",
-// serverUrl: "127.0.0.1:88/api",
- // serverUrl2: "10.153.19.29:88"
- serverUrl2: "10.153.19.44:88"
- // serverUrl2: "192.168.1.199:88"
- // serverUrl2: "127.0.0.1:88"
+
+ serverUrl: "localhost:88/api",
+ serverUrl2: "localhost:88"
+
+ // serverUrl: "10.36.164.253:88/api",
+ // serverUrl2: "10.36.164.253:88"
+
+ // serverUrl: "10.36.164.200:88/api",
+ // serverUrl2: "10.36.164.200:88"
+
+ // serverUrl2: "127.0.0.1:88"npm
//serverUrl:"res.abeim.cn"
}
\ No newline at end of file
--
Gitblit v1.8.0