@@ -430,7 +430,7 @@ export default {
//断线重新连接
setTimeout(() => {
this.getData();
- }, 2000);
+ }, 1000 * 60);
}
} else {
// 浏览器不支持 WebSocket