From 46b10d520f13e5aa34cc0b02bae3aff58166981a Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期四, 21 一月 2021 20:27:14 +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 ce9310f..4b657c8 100644 --- a/WebTM/layuiadmin/Scripts/webConfig.js +++ b/WebTM/layuiadmin/Scripts/webConfig.js @@ -1,7 +1,7 @@ 锘縡unction GetWEBURL() { //var WEBURL = "http://192.168.16.80:8011/"; //鍔炲叕瀹ゆ湇鍔″櫒 - //var WEBURL = "http://124.70.129.242/WebAPI/"; //闆呯惇璇� - var WEBURL = "http://localhost:8084/WebAPI/"; + var WEBURL = "http://124.70.129.242/WebAPI/"; //闆呯惇璇� + //var WEBURL = "http://localhost:8084/WebAPI/"; //61.130.49.162:9090 //WEBURL = ""; return WEBURL @@ -9,8 +9,8 @@ function GetWEBURL1() { //var WEBURL = 'http://192.168.16.80:8011/'; //鍔炲叕瀹ゆ湇鍔″櫒 - //var WEBURL = 'http://124.70.129.242/WebAPI/'; //闆呯惇璇� - var WEBURL = 'http://localhost:8084/WebAPI/'; + var WEBURL = 'http://124.70.129.242/WebAPI/'; //闆呯惇璇� + //var WEBURL = 'http://localhost:8084/WebAPI/'; //61.130.49.162:9090 //WEBURL = ""; return WEBURL -- Gitblit v1.9.1