xiang %!s(int64=6) %!d(string=hai) anos
pai
achega
63248ac3b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pc_chat/src/components/chat.vue

+ 1 - 1
pc_chat/src/components/chat.vue

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