|
|
@ -165,7 +165,7 @@ const Root = props => { |
|
|
|
await store.dispatch(actions.auth.logout()) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
console.log(data); |
|
|
|
setAuthCrossLoading(false) |
|
|
|
}); |
|
|
|
// setAuthCrossLoading(false) |
|
|
@ -202,8 +202,14 @@ const Root = props => { |
|
|
|
} |
|
|
|
// setMicroAppWaiting(false) |
|
|
|
|
|
|
|
if (props.location.pathname == '/video_play_status') { |
|
|
|
setAuthCrossLoading(false) |
|
|
|
setMicroAppWaiting(false) |
|
|
|
} |
|
|
|
}, []) |
|
|
|
|
|
|
|
console.log(authCrossLoading, microAppWaiting); |
|
|
|
|
|
|
|
return ( |
|
|
|
<> |
|
|
|
{ |
|
|
|