This commit is contained in:
yj 2024-08-13 14:17:09 +08:00
parent 573333f590
commit 9db8c50d21
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const Index: React.FC = () => {
} else {
time = setInterval(() => {
getRoomList()
}, 1000 * 3)
}, 1000 * 30)
}
getRoomList()
return () => {