From 5849968d7f87ff596a98de0072b1111d4b10b1f5 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期三, 24 三月 2021 16:39:39 +0800
Subject: [PATCH] 新增生产资源设置
---
WebTM/layuiadmin/Scripts/webConfig.js | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 4b657c8..74cc61c 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -1,17 +1,12 @@
锘縡unction GetWEBURL() {
//var WEBURL = "http://192.168.16.80:8011/"; //鍔炲叕瀹ゆ湇鍔″櫒
- var WEBURL = "http://124.70.129.242/WebAPI/"; //闆呯惇璇�
- //var WEBURL = "http://localhost:8084/WebAPI/";
- //61.130.49.162:9090
- //WEBURL = "";
+ var WEBURL = "http://localhost:8085/JFAPI/";
+ //var WEBURL = "http://localhost:8081/lubaoWebAPI/";//鐜嬫案娉㈡湰鍦伴厤缃�
return WEBURL
}
function GetWEBURL1() {
//var WEBURL = 'http://192.168.16.80:8011/'; //鍔炲叕瀹ゆ湇鍔″櫒
- var WEBURL = 'http://124.70.129.242/WebAPI/'; //闆呯惇璇�
- //var WEBURL = 'http://localhost:8084/WebAPI/';
- //61.130.49.162:9090
- //WEBURL = "";
+ var WEBURL = 'http://localhost:8085/JFAPI/';
return WEBURL
}
\ No newline at end of file
--
Gitblit v1.9.1