From 44ca068b1e450e629252a0f91e52297dc84114b2 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 30 Oct 2023 18:34:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E5=A4=8D=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index db4b0b17..7466a6b4 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -139,7 +139,8 @@ router.beforeEach((to, from, next) => { const token = getToken(); // 获取系统配置信息 const appStore = useAppStore(); - if (!appStore.filePathIcon) { + console.log(appStore.loginBackground) + if (!appStore.loginBackground) { appStore.fnSysConf(); }