Commit 4f37f39c authored by caicaicai's avatar caicaicai

修改

parent 194544dc
......@@ -204,9 +204,9 @@ export default {
//页面刚进入时开启长连接
this.initWebSocket();
// this.heartbeatTimer = setInterval(() => {
// this.reconnect();
// }, 10000)
this.heartbeatTimer = setInterval(() => {
this.reconnect();
}, 10000)
}else{
this.whetherShow = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment