From c4ea76d4ba1419a66fe4d7dca5333fa6d8dcf8d8 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 26 Sep 2025 15:14:55 +0800 Subject: [PATCH] fix(router): add router title --- src/router/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',