forked from github/dataease
Merge pull request #10535 from dataease/pr@dev-v2_st
fix(仪表板): 网页组件中添加大屏并在移动端查看
This commit is contained in:
commit
f98fbaed6d
@ -23,7 +23,9 @@ router.beforeEach(async (to, _, next) => {
|
||||
start()
|
||||
loadStart()
|
||||
await appearanceStore.setAppearance()
|
||||
if (wsCache.get('user.token')) {
|
||||
if (to.name === 'link') {
|
||||
next()
|
||||
} else if (wsCache.get('user.token')) {
|
||||
if (!userStore.getUid) {
|
||||
await userStore.setUser()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user