From 5ad4574373aab1768ec0024277254034439713f8 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 17 一月 2025 10:37:30 +0800
Subject: [PATCH] 修改prod配置端口号为8849

---
 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 fea947e..52f3e6a 100644
--- a/UI-Project/config.js
+++ b/UI-Project/config.js
@@ -1,5 +1,9 @@
 export default {
-  serverUrl: "localhost:8081",
-  serverUrl2: "localhost:8081/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