From 760b669397f7cc12b32281ec097b7689bb7233d6 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 17 四月 2024 09:20:26 +0800
Subject: [PATCH] 修改理片逻辑,添加任务表三层架构

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

diff --git a/UI-Project/config.js b/UI-Project/config.js
index ac9f2b1..dc510d3 100644
--- a/UI-Project/config.js
+++ b/UI-Project/config.js
@@ -1,5 +1,5 @@
 export default {
-  serverUrl:"localhost:8080/mesModuleTools",
-  serverUrl2:"localhost:8081/mesModuleTools"
+  serverUrl: "localhost:8085",
+  serverUrl2: "localhost:8085"
   //serverUrl:"res.abeim.cn"
 }
\ No newline at end of file

--
Gitblit v1.8.0