From 2c2257cd3f2fed43bd5192ac5bcefee7727a54d1 Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Wed, 18 Mar 2026 17:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/router/static.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/router/static.ts b/web/src/router/static.ts index e126270..36b2736 100644 --- a/web/src/router/static.ts +++ b/web/src/router/static.ts @@ -19,6 +19,8 @@ const staticRoutes: Array = [ meta: { title: pageTitle('home'), }, + redirect: adminBaseRoutePath, + children: [], }, { // 管理员登录页 - 不放在 adminBaseRoute.children 因为登录页不需要使用后台的布局