From 4aaf55d0dff0f48a8d6ddfc39c3fb8350c2a3d8a Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 24 十二月 2024 18:32:13 +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 c067b2e..52f3e6a 100644
--- a/UI-Project/config.js
+++ b/UI-Project/config.js
@@ -1,5 +1,9 @@
export default {
- serverUrl: "localhost:8085",
- serverUrl2: "localhost:8085/mesModuleTools"
- //serverUrl:"res.abeim.cn"
+ // serverUrl: "10.153.19.150:88/api",
+// serverUrl: "192.168.2.100:88/api",
+ 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