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