diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index fda8f604..c1b418ba 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -55,7 +55,9 @@ const remainingRouter: AppRouteRecordRaw[] = [ component: Layout, redirect: (to) => ({ path: '/index', query: to.query }), name: 'Root', - meta: {}, + meta: { + hidden: true + }, children: [ { path: 'index', @@ -64,6 +66,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ meta: { title: t('router.home'), icon: 'ep:home-filled', + hidden: true, noCache: false, affix: true }