From 7d3bf3e8ac0d7ca3908559bf727655ac078557f2 Mon Sep 17 00:00:00 2001
From: 仲国强 <519541279@qq.com>
Date: 星期三, 01 九月 2021 17:19:02 +0800
Subject: [PATCH] 配置凯贝奈特内外网地址,新增工序进站批量页面

---
 WebTM/layuiadmin/Scripts/webConfig.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 933dd80..e1ef77c 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -8,8 +8,9 @@
     //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //绔犵传鏌旀湰鍦伴厤缃�
     //var WEBURL = "http://10.1.4.155/API/";   //姹熶赴瀹㈡埛NEW
     //var WEBURL = "http://47.96.97.237/API/";   //鏅轰簯鏈嶅姟鍣�
-    //var WEBURL = "http://183.129.128.86:9090/API/";   //鍑礉濂堢壒瀹㈡埛鏈嶅姟鍣�
-    var WEBURL = "http://localhost/API/";
+    //var WEBURL = "http://183.129.128.86:9090/API/";   //鍑礉濂堢壒澶栫綉鏈嶅姟鍣�
+    //var WEBURL = "http://192.168.1.253:8080/API/";   //鍑礉濂堢壒鍐呯綉鏈嶅姟鍣�
+    var WEBURL = "http://localhost/API/";//zgq鏈湴
     return WEBURL
 }
 

--
Gitblit v1.9.1