From 16f4bb3c28fc85cffcc511718c903ada9fdab134 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期五, 26 十二月 2025 16:59:45 +0800
Subject: [PATCH] 调用mes导入工程参数修改,Excel表数据流程卡号一致;增加读取层号/工程号方法; 工程号一致覆盖更新

---
 mes-web/public/config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mes-web/public/config.js b/mes-web/public/config.js
index c92c07b..6088017 100644
--- a/mes-web/public/config.js
+++ b/mes-web/public/config.js
@@ -1,7 +1,7 @@
 // const ip = '127.0.0.1'
-const ip = '10.153.19.192'
+const ip = '10.153.19.182'
 // const ip = '10.100.0.183'
 // const ip = '192.168.2.8'
 window.ipConfig = {
-    serverUrl: `${ip}:88`,
+    serverUrl: `${ip}:89`,
 }
\ No newline at end of file

--
Gitblit v1.8.0