mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(仪表板): 公共链接自定义字体失效
This commit is contained in:
@@ -134,6 +134,7 @@ router.beforeEach(async (to, from, next) => {
|
||||
whiteList.includes(to.path) ||
|
||||
to.path.startsWith('/de-link/')
|
||||
) {
|
||||
await appearanceStore.setAppearance()
|
||||
permissionStore.setCurrentPath(to.path)
|
||||
next()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user