xiang 6 年 前
コミット
63248ac3b8
1 ファイル変更1 行追加1 行削除
  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)
 			},