diff --git a/core/core-frontend/src/permission.ts b/core/core-frontend/src/permission.ts index 4d8431d34c..19773fa0b1 100644 --- a/core/core-frontend/src/permission.ts +++ b/core/core-frontend/src/permission.ts @@ -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 {