Browse Source

地址调整

WANGJIALIANG 3 years ago
parent
commit
8d886f6a73
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/static/js/common/socket-com.js

+ 2 - 2
src/main/resources/static/js/common/socket-com.js

@@ -9,8 +9,8 @@ var lineUpList = getLocalStorage("lineUpList",[]);
 var currentList = getLocalStorage("currentList",[]);
 //过号名单队列
 var pastList = getLocalStorage("pastList",[]);
-/*var ip = 'webhis.thyy.cn:81';*/
-var ip = '172.16.30.22:8089';
+var ip = 'webhis.thyy.cn:81';
+/*var ip = '172.16.30.22:8089';*/
 function openSocket(type) {