添加延时

This commit is contained in:
yj 2024-08-19 16:16:52 +08:00
parent a568f6dbd3
commit f9c16e5d88
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ const Meeting: React.FC = () => {
}, 1000);
}
}
}, 500)
}, 1000)
}
// 全员观看
const getShowUser = async (): Promise<void> => {