yangjie #43

Merged
yangqiang merged 4 commits from yangjie into master 2024-12-12 14:23:48 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit aa8809e03c - Show all commits

View File

@ -222,6 +222,7 @@ const JoinSetting = forwardRef((_props: any, ref: any) => {
}) })
} else { } else {
message.error('房间号不存在!') message.error('房间号不存在!')
storage.setItem('loading', false)
} }
}) })
}} }}