diff --git a/src/router/index.js b/src/router/index.js index 70382e3..1d7c8cd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -618,7 +618,8 @@ export const constantRoutes = [ path: 'azjg2', name: 'PlacementStructure2', component: () => import('@/views/framework/architecture/azjg2'), - hidden: true + hidden: true, + meta: { title: '阶段架构' } }, { path: 'azjg3',