Browse Source

端口调整

clq1010 7 years ago
parent
commit
bde7c8b3e4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      CallCenterWeb.UI/Script/Common/huayi.config.js

+ 1 - 2
CallCenterWeb.UI/Script/Common/huayi.config.js

@@ -3,10 +3,9 @@
3 3
 }
4 4
 huayi.config = {
5 5
 //  callcenter_url: "http://localhost:7456/",//生产环境 前端Web站IP和端口
6
-    callcenter_url: "http://192.168.4.18:4872/",//生产环境 前端Web站IP和端口
6
+    callcenter_url: "http://192.168.4.18:4871/",//生产环境 前端Web站IP和端口
7 7
     socket_ip: "192.168.5.7",//WebSocket通讯ip
8 8
     socket_port: "8081",    //WebSocket通讯端口
9 9
     menuworktime: 30000,    //菜单工单数量刷新间隔
10 10
     indextime: 5000         //首页报表刷新间隔
11
-
12 11
 };