From e9ca9cfab9fc8d41783fbb2ec6285335d81e12e7 Mon Sep 17 00:00:00 2001 From: xuziqiang <1344691446@qq.com> Date: Mon, 17 Jun 2024 17:41:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=9D=83=E9=99=90=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/src/config/app.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hx-ai-intelligent/src/config/app.config.ts b/hx-ai-intelligent/src/config/app.config.ts index c149c15..3c63cc0 100644 --- a/hx-ai-intelligent/src/config/app.config.ts +++ b/hx-ai-intelligent/src/config/app.config.ts @@ -27,10 +27,10 @@ export const appConfig = { themeConfig: { bgImageUrl: `${import.meta.env.VITE_PUBLIC_PATH}/asset/image/login/background.png`, }, - userCustomRouterGuard: (to, from, next, whiteNameList, authorizationStore, appConfig) => { - console.log({ to, from, next, whiteNameList, authorizationStore, appConfig }, 'routeConfig'); - next(); - }, + // userCustomRouterGuard: (to, from, next, whiteNameList, authorizationStore, appConfig) => { + // console.log({ to, from, next, whiteNameList, authorizationStore, appConfig }, 'routeConfig'); + // next(); + // }, // customUpdatePwd: () => import('/@/view/updatePassword/updatePassword.vue'),