新增了系统操作手册实例,后续可以加入md文件

This commit is contained in:
chenjinyang
2026-01-09 14:01:35 +08:00
parent 38ef377cbd
commit b185c156ca
21 changed files with 371 additions and 17 deletions

View File

@@ -303,6 +303,19 @@ export const dynamicRoutes = [
},
],
},
{
path: '/help-center',
component: Layout,
hidden: true,
children: [
{
path: '',
component: () => import('@/views/helpcenter/index.vue'),
name: 'HelpCenter',
meta: { title: '帮助中心'},
},
],
},
];
// 合并常量路由和动态路由,确保所有路由都能被访问