@@ -1614,7 +1614,7 @@
// console.log('------心跳检测close-------')
this.websock.close(); //如果 5秒之后我们没有收到 后台返回的心跳检测数据 断开socket,断开后会启动重连机制
- }, 5000);
+ }, 50000);
}, this.timeout)
},