From edbd2eef24f8b5c4748fc3425918f05a2c3e185a Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Fri, 19 Jul 2024 16:17: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/components/JoinMeetingModal/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/JoinMeetingModal/index.tsx b/src/components/JoinMeetingModal/index.tsx index 2d67266..241b373 100644 --- a/src/components/JoinMeetingModal/index.tsx +++ b/src/components/JoinMeetingModal/index.tsx @@ -58,6 +58,7 @@ const JoinMeetingModal = forwardRef((props: any, ref: any) => { if (token) { GetRoomInfo(info.roomNum).then(res => { if (res.code === 200) { + setIsJoinMeetingModal(false) navigate(`/meeting`, { state: { channelId: info.roomNum,