等待时间2s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m31s

This commit is contained in:
宋居成 2025-08-06 01:45:18 +08:00
parent e92e4fbcd7
commit a69b71a8fc

View File

@ -918,7 +918,7 @@ class WebRTCChat {
console.log('通话已结束5秒后刷新页面清除缓存...'); console.log('通话已结束5秒后刷新页面清除缓存...');
setTimeout(() => { setTimeout(() => {
window.location.reload(); window.location.reload();
}, 5000); }, 2000);
} }
// 清除视频缓存的方法 // 清除视频缓存的方法