This commit is contained in:
parent
7a4d48b89c
commit
edbd2eef24
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue