This commit is contained in:
yj 2024-12-19 15:43:08 +08:00
parent e26d8f0c3f
commit c9ca37d323
1 changed files with 1 additions and 1 deletions

View File

@ -1692,7 +1692,7 @@ const Meeting: React.FC = () => {
} else { } else {
navigate('/home/index') navigate('/home/index')
} }
}, 1000) }, 2000)
} }
// 分享屏幕 // 分享屏幕
const clickSharedScreen = async (): Promise<void> => { const clickSharedScreen = async (): Promise<void> => {