默认后台地址

This commit is contained in:
2026-04-18 16:32:49 +08:00
parent 68657e2648
commit 5c07967bf9

View File

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