From eabb757720375b74900027e23e50303b7e02ca36 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期二, 09 十二月 2025 17:04:23 +0800
Subject: [PATCH] 添加nacos配置中心,可动态更新mes导入工程接口;修改Excel表数据转json格式

---
 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 8a36ade..c92c07b 100644
--- a/mes-web/public/config.js
+++ b/mes-web/public/config.js
@@ -1,5 +1,5 @@
-const ip = '127.0.0.1'
-// const ip = '10.153.19.6'
+// const ip = '127.0.0.1'
+const ip = '10.153.19.192'
 // const ip = '10.100.0.183'
 // const ip = '192.168.2.8'
 window.ipConfig = {

--
Gitblit v1.8.0