fix(router): add router title

This commit is contained in:
woody 2025-09-26 15:14:55 +08:00
parent 1ad050cf7d
commit c4ea76d4ba
1 changed files with 2 additions and 1 deletions

View File

@ -618,7 +618,8 @@ export const constantRoutes = [
path: 'azjg2', path: 'azjg2',
name: 'PlacementStructure2', name: 'PlacementStructure2',
component: () => import('@/views/framework/architecture/azjg2'), component: () => import('@/views/framework/architecture/azjg2'),
hidden: true hidden: true,
meta: { title: '阶段架构' }
}, },
{ {
path: 'azjg3', path: 'azjg3',