fix(router): add router title
This commit is contained in:
parent
1ad050cf7d
commit
c4ea76d4ba
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue