From 9451b3f86064ca3c94e1eca0c7e2b4cdba648842 Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期一, 29 三月 2021 16:48:45 +0800 Subject: [PATCH] 新增生产汇报单列表、生产用料清单列表、统一GetWEBURL方法 --- WebTM/layuiadmin/Scripts/webConfig.js | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js index 4019179..b2f11c6 100644 --- a/WebTM/layuiadmin/Scripts/webConfig.js +++ b/WebTM/layuiadmin/Scripts/webConfig.js @@ -1,12 +1,14 @@ 锘縡unction GetWEBURL() { //var WEBURL = "http://192.168.16.80:8011/"; //鍔炲叕瀹ゆ湇鍔″櫒 - var WEBURL = "http://localhost:8085/JFAPI/"; - //var WEBURL = "http://localhost:8081/lubaoWebAPI/";//鐜嬫案娉㈡湰鍦伴厤缃� + //var WEBURL = "http://localhost:8081/SWEAPI/"; //ch鏈湴 + var WEBURL = "http://localhost:8085/JFAPI/"; //zgq鏈湴 + //var WEBURL = "http://localhost:8081/lubaoWebAPI/";//鐜嬫案娉㈡湰鍦伴厤缃� + //var WEBURL = "http://101.37.171.70:8081/API/"; //鍏徃鏈嶅姟鍣� return WEBURL } -function GetWEBURL1() { - //var WEBURL = 'http://192.168.16.80:8011/'; //鍔炲叕瀹ゆ湇鍔″櫒 - var WEBURL = 'http://localhost:9011/WebAPI'; - return WEBURL -} \ No newline at end of file +//function GetWEBURL1() { +// //var WEBURL = 'http://192.168.16.80:8011/'; //鍔炲叕瀹ゆ湇鍔″櫒 +// var WEBURL = 'http://localhost:9011/WebAPI'; +// return WEBURL +//} \ No newline at end of file -- Gitblit v1.9.1