feat: 添加第二布局页面,更新路由配置以支持新布局
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m14s
/ playwright (push) Successful in 2m45s
/ depcheck (push) Successful in 1m14s

This commit is contained in:
严浩
2024-12-26 18:51:16 +08:00
parent f3e6dbcc0e
commit 8d048038ee
6 changed files with 30 additions and 7 deletions

View File

@ -54,7 +54,7 @@ export function Plugins() {
// https://github.com/dishait/vite-plugin-vue-meta-layouts
MetaLayouts({
/* skipTopLevelRouteLayout: true */
// skipTopLevelRouteLayout: true,
defaultLayout: 'sakai-vue/AppLayout',
}),