fix(仪表板): 公共链接自定义字体失效

This commit is contained in:
dataeaseShu 2024-09-04 17:26:23 +08:00
parent 2f9bccf65f
commit 73c29ddf32

View File

@ -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 {