Explorar el Código

修改端口号

zhoufan %!s(int64=8) %!d(string=hace) años
padre
commit
b38a8df82e

+ 1 - 1
WebAPP/WorkDetails.html

@@ -244,7 +244,7 @@
244 244
 				var ID = document.getElementById("ID").innerHTML = vText;
245 245
 				//工单详情
246 246
 				//获取工单
247
-				mui.ajax('http://192.168.4.18:4010/WorkOrder/GetWorkOrder', {
247
+				mui.ajax('http://192.168.4.18:4027/WorkOrder/GetWorkOrder', {
248 248
 					data: {
249 249
 						workorderid: vText,
250 250
 						"token": token

+ 7 - 7
WebAPP/indexs.html

@@ -1,4 +1,4 @@
1
-<!DOCTYPE html>
1
+<!DOCTYPE html>
2 2
 <html>
3 3
 
4 4
 	<head>
@@ -363,7 +363,7 @@
363 363
 				TH();
364 364
 				YH();
365 365
 				//获取工单
366
-				mui.ajax('http://192.168.4.18:4010/WorkOrder/GetDWDealList', {
366
+				mui.ajax('http://192.168.4.18:4027/WorkOrder/GetDWDealList', {
367 367
 					data: {
368 368
 						tab: 0,
369 369
 						token: vText,
@@ -488,7 +488,7 @@
488 488
 				});
489 489
 				//已办理工单
490 490
 				function YBL() {
491
-					mui.ajax('http://192.168.4.18:4010/WorkOrder/GetDWDealList', {
491
+					mui.ajax('http://192.168.4.18:4027/WorkOrder/GetDWDealList', {
492 492
 						data: {
493 493
 							tab: 4,
494 494
 							token: vText,
@@ -557,7 +557,7 @@
557 557
 				}
558 558
 				//已办理工单
559 559
 				function YBL() {
560
-					mui.ajax('http://192.168.4.18:4010/WorkOrder/GetDWDealList', {
560
+					mui.ajax('http://192.168.4.18:4027/WorkOrder/GetDWDealList', {
561 561
 						data: {
562 562
 							tab: 4,
563 563
 							token: vText,
@@ -626,7 +626,7 @@
626 626
 				}
627 627
 				//已查收
628 628
 				function YCS() {
629
-					mui.ajax('http://192.168.4.18:4010/WorkOrder/GetDWDealList', {
629
+					mui.ajax('http://192.168.4.18:4027/WorkOrder/GetDWDealList', {
630 630
 						data: {
631 631
 							tab: 1,
632 632
 							token: vText,
@@ -694,7 +694,7 @@
694 694
 				}
695 695
 				//已申请退回
696 696
 				function TH() {
697
-					mui.ajax('http://192.168.4.18:4010/WorkOrder/GetDWDealList', {
697
+					mui.ajax('http://192.168.4.18:4027/WorkOrder/GetDWDealList', {
698 698
 						data: {
699 699
 							tab: 2,
700 700
 							token: vText,
@@ -763,7 +763,7 @@
763 763
 				//已申请延时
764 764
 				//已申请退回
765 765
 				function YH() {
766
-					mui.ajax('http://192.168.4.18:4010/WorkOrder/GetDWDealList', {
766
+					mui.ajax('http://192.168.4.18:4027/WorkOrder/GetDWDealList', {
767 767
 						data: {
768 768
 							tab: 3,
769 769
 							token: vText,

+ 2 - 2
WebAPP/login.html

@@ -1,4 +1,4 @@
1
-<!DOCTYPE html>
1
+<!DOCTYPE html>
2 2
 <html class="ui-page-login">
3 3
 
4 4
 	<head>
@@ -399,7 +399,7 @@
399 399
 							plus.nativeUI.toast('密码不能为空');
400 400
 						}else {
401 401
 							// 调用ajax  
402
-							mui.ajax('http://117.158.196.116:4010/Login/login', {
402
+							mui.ajax('http://117.158.196.116:4027/Login/login', {
403 403
 								data: data,
404 404
 								dataType: 'json', //服务器返回json格式数据
405 405
 								type: 'post', //HTTP请求类型

+ 1 - 1
WebAPP/main.html

@@ -359,7 +359,7 @@
359 359
 				var vText = wv.name; //这样就能接收到上个页面传过来的值了
360 360
 					plus.nativeUI.toast(vText);
361 361
 				//获取工单
362
-				mui.ajax('http://192.168.4.18:4010/WorkOrder/GetZXDealList', {
362
+				mui.ajax('http://192.168.4.18:4027/WorkOrder/GetZXDealList', {
363 363
 					data:{
364 364
 						tab:0,
365 365
 						token:vText,

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 384
WebAPP/manifest.json


+ 0 - 0
WebAPP/新建文本文档.txt


+ 1 - 1
WebChart/Script/Common/huayi.config.js

@@ -2,7 +2,7 @@
2 2
     var huayi = {};
3 3
 }
4 4
 huayi.config = {
5
-    callcenter_url: "http://192.168.4.18:4010/",//生产环境
5
+    callcenter_url: "http://192.168.4.18:4027/",//生产环境
6 6
 // callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
7 7
     //callcenter_url: "http://localhost:63662/"//测试环境
8 8
 

+ 1 - 1
WebChat/Script/Common/huayi.config.js

@@ -2,5 +2,5 @@
2 2
     var huayi = {};
3 3
 }
4 4
 huayi.config = {
5
-    callcenter_url: "http://117.158.196.116:4010/"//生产环境
5
+    callcenter_url: "http://117.158.196.116:4027/"//生产环境
6 6
 };

+ 1 - 1
WebSite/js/common/huayi.config.js

@@ -2,7 +2,7 @@
2 2
     var huayi = {};
3 3
 }
4 4
 huayi.config = {
5
-    callcenter_url: "http://192.168.4.18:4010/",//生产环境
5
+    callcenter_url: "http://192.168.4.18:4027/",//生产环境
6 6
     //callcenter_url: "http://222.89.245.66:8819/",//曝光台有数据
7 7
 //  callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
8 8