feat: 新增测试单表页面

This commit is contained in:
xlsea
2025-05-10 17:58:33 +08:00
parent 1a351c1c88
commit 4a4febeeab
18 changed files with 740 additions and 2 deletions

View File

@ -39,6 +39,26 @@ export const generatedRoutes: GeneratedRoute[] = [
hideInMenu: true
}
},
{
name: 'demo',
path: '/demo',
component: 'layout.base',
meta: {
title: 'demo',
i18nKey: 'route.demo'
},
children: [
{
name: 'demo_demo',
path: '/demo/demo',
component: 'view.demo_demo',
meta: {
title: 'demo_demo',
i18nKey: 'route.demo_demo'
}
}
]
},
{
name: 'home',
path: '/home',