修改首页默认路由

This commit is contained in:
2026-03-18 17:35:57 +08:00
parent ac6079b9ff
commit 2c2257cd3f

View File

@@ -19,6 +19,8 @@ const staticRoutes: Array<RouteRecordRaw> = [
meta: {
title: pageTitle('home'),
},
redirect: adminBaseRoutePath,
children: [],
},
{
// 管理员登录页 - 不放在 adminBaseRoute.children 因为登录页不需要使用后台的布局