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'),