From b460ec7a380334516ec478544afe42df409f4c54 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 25 十一月 2025 09:50:20 +0800
Subject: [PATCH] 1、中空夹胶线出片逻辑优化 2、钢化前卧转新增协议卧转立允许信号
---
UI-Project/config.js | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/UI-Project/config.js b/UI-Project/config.js
index 1871721..220b4e5 100644
--- a/UI-Project/config.js
+++ b/UI-Project/config.js
@@ -1,6 +1,13 @@
export default {
- serverUrl: "localhost:88/api/loadGlass",
- //serverUrl: "localhost:88/api/",
- serverUrl2: "localhost:8085"
- //serverUrl:"res.abeim.cn"
+ // serverUrl: "10.153.19.150:88/api",
+// serverUrl: "192.168.2.100:88/api",
+ // serverUrl: "10.153.19.162:88",
+ // serverUrl: "127.0.0.1:88",
+ // serverUrl: "10.153.19.47:88",
+ // serverUrl2: "10.153.19.150:88"
+ // serverUrl2: "192.168.2.100:88"
+ // serverUrl2: "10.153.19.162:88"
+ // serverUrl2: "127.0.0.1:88"
+ // serverUrl2: "192.168.0.39:88"
+ //serverUrl:"res.abeim.cn"
}
\ No newline at end of file
--
Gitblit v1.8.0