优化跳转

This commit is contained in:
yj 2024-07-23 16:12:06 +08:00
parent 86021b4f9f
commit 49419a136e
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ const Meeting: React.FC = () => {
roomNum: state.channelId
})
agora.leaveChannel()
navigate(-1)
navigate('/home/index')
}
// 分享屏幕
const clickSharedScreen = async (): Promise<void> => {