等待时间2s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m31s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m31s
This commit is contained in:
parent
e92e4fbcd7
commit
a69b71a8fc
@ -918,7 +918,7 @@ class WebRTCChat {
|
||||
console.log('通话已结束,5秒后刷新页面清除缓存...');
|
||||
setTimeout(() => {
|
||||
window.location.reload();
|
||||
}, 5000);
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
// 清除视频缓存的方法
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user