This commit is contained in:
yj 2024-08-14 10:11:24 +08:00
parent 01107fcf6e
commit 229bffaf45
1 changed files with 3 additions and 1 deletions

View File

@ -123,7 +123,9 @@ const App: React.FC = () => {
joinMeetingModalRef.current.changeModal(item)
break;
case 'ForceLogout':
if (item.message) {
message.error(item.message)
}
await leaveChannel(true)
toSrc('/login')
break;