From 616e1adf4d7b4aa5aeaa97b8e679b95bac48f5cf Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 13 Aug 2024 17:32:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 743cdf9..e9aa1c3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -121,7 +121,6 @@ const App: React.FC = () => { joinMeetingModalRef.current.changeModal(item) break; case 'ForceLogout': - message.error(item.msg) await leaveChannel() toSrc('/login') break;