From 1b4d9b2dd4ed07758241d1143890b3a86b3c0641 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期日, 28 四月 2024 14:15:49 +0800
Subject: [PATCH] 权限管理开发基本功能已完成,待前端对接

---
 UI-Project/config.js |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/UI-Project/config.js b/UI-Project/config.js
index 1871721..0009876 100644
--- a/UI-Project/config.js
+++ b/UI-Project/config.js
@@ -1,6 +1,9 @@
 export default {
-  serverUrl: "localhost:88/api/loadGlass",
+  // serverUrl: "127.0.0.1:88/api",
+  serverUrl: "10.153.19.150:88/api",
   //serverUrl: "localhost:88/api/",
-  serverUrl2: "localhost:8085"
+  serverUrl2: "10.153.19.150:88"
   //serverUrl:"res.abeim.cn"
-}
\ No newline at end of file
+}
+
+

--
Gitblit v1.8.0