This commit is contained in:
yj 2024-07-19 16:17:14 +08:00
parent 7a4d48b89c
commit edbd2eef24
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ const JoinMeetingModal = forwardRef((props: any, ref: any) => {
if (token) { if (token) {
GetRoomInfo(info.roomNum).then(res => { GetRoomInfo(info.roomNum).then(res => {
if (res.code === 200) { if (res.code === 200) {
setIsJoinMeetingModal(false)
navigate(`/meeting`, { navigate(`/meeting`, {
state: { state: {
channelId: info.roomNum, channelId: info.roomNum,