From ad06bf89069cd4e1f77903ab49d67e85fb475e89 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Mon, 19 Aug 2024 09:43:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JoinMeetingModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/JoinMeetingModal/index.tsx b/src/components/JoinMeetingModal/index.tsx index 0c7fb21..1aeae96 100644 --- a/src/components/JoinMeetingModal/index.tsx +++ b/src/components/JoinMeetingModal/index.tsx @@ -38,8 +38,8 @@ const JoinMeetingModal = forwardRef((props: any, ref: any) => { 拒绝
{ + setIsJoinMeetingModal(false) if (location.hash.indexOf('/meeting') === 1) { - setIsJoinMeetingModal(false) return message.error('您已经在房间中了,请退出房间重试。') } joinSettingRef.current.changeModal(info.roomNum)