This commit is contained in:
parent
d470ebd528
commit
183ded5ad1
|
|
@ -459,7 +459,7 @@ const Meeting: React.FC = () => {
|
|||
// 渲染视频
|
||||
const renderVideo = async (uid: string): Promise<void> => {
|
||||
if (currentVideoId === uid) {
|
||||
message.error('您已经在看这个视频了。')
|
||||
// message.error('您已经在看这个视频了。')
|
||||
return
|
||||
}
|
||||
setCurrentLookUserStatus(0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue