|
|
@@ -170,7 +170,7 @@ function Connect() {
|
|
170
|
170
|
ws.onerror = function(evt) {
|
|
171
|
171
|
//产生异常
|
|
172
|
172
|
$(".hwzt").text('连接出现异常!');
|
|
173
|
|
-// showMsgNotification('呼叫系统提示', '连接出现异常');
|
|
|
173
|
+ showMsgNotification('呼叫系统提示', '连接出现异常');
|
|
174
|
174
|
console.log(ws);
|
|
175
|
175
|
if(ws == null || ws.readyState != ws.OPEN) {
|
|
176
|
176
|
console.log(new Date() + "开始重连");
|