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,