From 2d3379f98663099ad14594d9434ce795c069f3ae Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期三, 09 六月 2021 13:48:25 +0800
Subject: [PATCH] 新增派工单
---
WebTM/layuiadmin/Scripts/webConfig.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 050e8c6..eff56b2 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -1,8 +1,8 @@
锘縡unction GetWEBURL() {
//var WEBURL = "http://192.168.16.80:8011/"; //鍔炲叕瀹ゆ湇鍔″櫒
- var WEBURL = "http://124.70.129.242/WebAPI/"; //闆呯惇璇�
+ //var WEBURL = "http://124.70.129.242/WebAPI/"; //闆呯惇璇�
//var WEBURL = "http://124.70.129.242:9090/WebAPI/"; //闆呯惇璇烘祴璇�
- //var WEBURL = "http://localhost:8084/WebAPI/";
+ var WEBURL = "http://localhost:8084/WebAPI/";
//61.130.49.162:9090
//WEBURL = "";
return WEBURL
@@ -10,9 +10,9 @@
function GetWEBURL1() {
//var WEBURL = 'http://192.168.16.80:8011/'; //鍔炲叕瀹ゆ湇鍔″櫒
- var WEBURL = 'http://124.70.129.242/WebAPI/'; //闆呯惇璇�
+ //var WEBURL = 'http://124.70.129.242/WebAPI/'; //闆呯惇璇�
//var WEBURL = 'http://124.70.129.242:9090/WebAPI/'; //闆呯惇璇烘祴璇�
- //var WEBURL = 'http://localhost:8084/WebAPI/';
+ var WEBURL = 'http://localhost:8084/WebAPI/';
//61.130.49.162:9090
//WEBURL = "";
return WEBURL
--
Gitblit v1.9.1