diff --git a/src/router/index.ts b/src/router/index.ts index 7466a6b4..dc6d10d8 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -139,7 +139,6 @@ router.beforeEach((to, from, next) => { const token = getToken(); // 获取系统配置信息 const appStore = useAppStore(); - console.log(appStore.loginBackground) if (!appStore.loginBackground) { appStore.fnSysConf(); }