Merge pull request #12013 from dataease/pr@dev-v2_st

fix(仪表板): 公共链接自定义字体失效
This commit is contained in:
dataeaseShu 2024-09-04 17:27:00 +08:00 committed by GitHub
commit 0226ffffc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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