From ff7550935344913e4c4dbf44516b146b741c9438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Sun, 1 Oct 2023 02:48:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E9=87=8D=E8=BD=BD=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=94=BE=E5=AE=BD=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/client.js b/public/client.js index a3ee4cd..29b50b0 100644 --- a/public/client.js +++ b/public/client.js @@ -114,7 +114,7 @@ export default class ClientList { //this.websocket = linkStart() // 调试模式: 直接刷新页面重载 window.location.reload() - }, 1000) + }, 3000) } return websocket }