From 490df5d4d92877171076756af73a96dee1fc053f Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期三, 25 十二月 2024 16:03:25 +0800
Subject: [PATCH] 数据回传日志记录功能修改

---
 UI-Project/config.js |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/UI-Project/config.js b/UI-Project/config.js
index 271d8a2..2be14ad 100644
--- a/UI-Project/config.js
+++ b/UI-Project/config.js
@@ -1,11 +1,17 @@
 export default {
+
+  serverUrl: "localhost:88/api",
+  serverUrl2: "localhost:88"
+
+  // serverUrl: "10.36.164.200:88/api",
+  // serverUrl2: "10.36.164.200:88"
 //  serverUrl: "10.153.19.29:88/api",
- serverUrl: "10.153.19.44:88/api",
-//  serverUrl: "192.168.1.199:88/api",
+ //serverUrl: "10.36.164.201: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: "10.36.164.201:88"
+
     // serverUrl2: "127.0.0.1:88"
 
   //serverUrl:"res.abeim.cn"

--
Gitblit v1.8.0