This commit is contained in:
yj 2024-08-13 17:32:14 +08:00
parent 76862a31ff
commit 616e1adf4d
1 changed files with 0 additions and 1 deletions

View File

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