From 73c29ddf32198c33b12aaa7010dc0c610995124d Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 4 Sep 2024 17:26:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E9=93=BE=E6=8E=A5=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/permission.ts | 1 + 1 file changed, 1 insertion(+) 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 {