From a69b71a8fc8f77c724f5688ca4bdd7097d2c7845 Mon Sep 17 00:00:00 2001 From: songjvcheng Date: Wed, 6 Aug 2025 01:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B42s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 4a7c49b..02f560b 100644 --- a/src/index.js +++ b/src/index.js @@ -918,7 +918,7 @@ class WebRTCChat { console.log('通话已结束,5秒后刷新页面清除缓存...'); setTimeout(() => { window.location.reload(); - }, 5000); + }, 2000); } // 清除视频缓存的方法