优化 #17

Merged
yangqiang merged 1 commits from yangjie into master 2024-09-27 16:59:44 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 11a84a723a - Show all commits

View File

@ -1194,7 +1194,7 @@ const Meeting: React.FC = () => {
}
await agora.leaveChannel()
setTimeout(() => {
if (user.isAnonymous) {
if (userInfo.isAnonymous) {
storage.setItem('userLogin', false)
} else {
navigate('/home/index')