资料档案库完成

This commit is contained in:
2026-08-14 16:53:18 +08:00
parent 2f4bc63cfa
commit e0dd6608a9
8 changed files with 287 additions and 4 deletions
+33
View File
@@ -83,6 +83,39 @@ export const generatedRoutes: GeneratedRoute[] = [
order: 3
}
},
{
name: 'docs',
path: '/docs',
component: 'layout.base',
meta: {
title: 'docs',
i18nKey: 'route.docs',
icon: 'mage:book',
order: 4
},
children: [
{
name: 'docs_archives',
path: '/docs/archives',
component: 'view.docs_archives',
meta: {
title: 'docs_archives',
i18nKey: 'route.docs_archives',
icon: '',
}
},
{
name: 'docs_query',
path: '/docs/query',
component: 'view.docs_query',
meta: {
title: 'docs_query',
i18nKey: 'route.docs_query',
icon: '',
}
}
]
},
{
name: 'home',
path: '/home',