From e698c3b574dd1030c0cfc47c73524036fb4e31f5 Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Fri, 10 Apr 2026 16:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=AE=9A=E5=90=91=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=88=B0=E5=90=8E=E5=8F=B0=E8=80=8C=E4=B8=8D=E6=98=AF=E5=89=8D?= =?UTF-8?q?=E5=8F=B0?= 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 因为登录页不需要使用后台的布局