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