From b0c23421fb0d55202646a46e4b96d171f9249a43 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 18 四月 2024 10:58:51 +0800
Subject: [PATCH] 增加正在进行的工程信息显示
---
UI-Project/config.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/UI-Project/config.js b/UI-Project/config.js
index 201fb02..9f16d6e 100644
--- a/UI-Project/config.js
+++ b/UI-Project/config.js
@@ -1,4 +1,6 @@
export default {
- serverUrl:"localhost:8080/mesModuleTools"
+ serverUrl: "localhost:8085",
+ //serverUrl: "localhost:88/api/",
+ serverUrl2: "localhost:8085"
//serverUrl:"res.abeim.cn"
}
\ No newline at end of file
--
Gitblit v1.8.0