From 41d0342ac3392c4eb59fa015e11da6be3c0b5802 Mon Sep 17 00:00:00 2001 From: liutao <790864623@qq.com> Date: Wed, 15 Jul 2026 09:21:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=BB=8E=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E6=8B=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }