From 4c3755fa74fb4a964a91346b5331c79e8a480486 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期三, 27 一月 2021 08:37:30 +0800
Subject: [PATCH] 进站接收单、出站汇报单增加删除按钮功能
---
WebTM/layuiadmin/Scripts/webConfig.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 4b657c8..5793ca3 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -1,6 +1,7 @@
锘縡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/";
//61.130.49.162:9090
//WEBURL = "";
@@ -9,7 +10,8 @@
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/';
//61.130.49.162:9090
//WEBURL = "";
--
Gitblit v1.9.1