This commit is contained in:
yj 2024-08-19 09:43:38 +08:00
parent 69abfc81c1
commit ad06bf8906
1 changed files with 1 additions and 1 deletions

View File

@ -38,8 +38,8 @@ const JoinMeetingModal = forwardRef((props: any, ref: any) => {
<span></span> <span></span>
</div> </div>
<div onClick={() => { <div onClick={() => {
if (location.hash.indexOf('/meeting') === 1) {
setIsJoinMeetingModal(false) setIsJoinMeetingModal(false)
if (location.hash.indexOf('/meeting') === 1) {
return message.error('您已经在房间中了,请退出房间重试。') return message.error('您已经在房间中了,请退出房间重试。')
} }
joinSettingRef.current.changeModal(info.roomNum) joinSettingRef.current.changeModal(info.roomNum)