mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-30 00:29:16 +08:00
fix: 大屏路由不同步问题
This commit is contained in:
parent
3c662921f7
commit
69003012ae
@ -47,7 +47,7 @@ getMessageByParent('getStore', (e) => {
|
||||
getMessageByParent('loaded', (e) => {
|
||||
if(e.data.type === 'changeRoute' && e.data.page === 'customLargeScreen') {
|
||||
routerStore.setToken(e.data.token)
|
||||
router.push(e.data.path ? e.data.path : '/chart/preview/null')
|
||||
router.replace(e.data.path ? e.data.path : '/chart/preview/null')
|
||||
}
|
||||
})
|
||||
// getToken()
|
||||
|
Loading…
x
Reference in New Issue
Block a user