This commit is contained in:
youngq 2024-08-19 10:32:32 +08:00
parent d470ebd528
commit 183ded5ad1
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ const Meeting: React.FC = () => {
// 渲染视频 // 渲染视频
const renderVideo = async (uid: string): Promise<void> => { const renderVideo = async (uid: string): Promise<void> => {
if (currentVideoId === uid) { if (currentVideoId === uid) {
message.error('您已经在看这个视频了。') // message.error('您已经在看这个视频了。')
return return
} }
setCurrentLookUserStatus(0) setCurrentLookUserStatus(0)