forked from github/dataease
fix(仪表板): 公共链接自定义字体失效
This commit is contained in:
parent
2f9bccf65f
commit
73c29ddf32
@ -134,6 +134,7 @@ router.beforeEach(async (to, from, next) => {
|
|||||||
whiteList.includes(to.path) ||
|
whiteList.includes(to.path) ||
|
||||||
to.path.startsWith('/de-link/')
|
to.path.startsWith('/de-link/')
|
||||||
) {
|
) {
|
||||||
|
await appearanceStore.setAppearance()
|
||||||
permissionStore.setCurrentPath(to.path)
|
permissionStore.setCurrentPath(to.path)
|
||||||
next()
|
next()
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user