|
@@ -724,7 +724,7 @@ reconnect(){
|
|
that.timeoutnum&&clearTimeout(that.timeoutnum);
|
|
that.timeoutnum&&clearTimeout(that.timeoutnum);
|
|
that.timeoutnum= setTimeout(function () {
|
|
that.timeoutnum= setTimeout(function () {
|
|
//新连接
|
|
//新连接
|
|
- this.initWebSocket();
|
|
|
|
|
|
+ that.initWebSocket();
|
|
that.lockReconnect = false;
|
|
that.lockReconnect = false;
|
|
},5000);
|
|
},5000);
|
|
},
|
|
},
|