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)