From 2d0dd4f12d0f58c45e8c1de919b689bd97b88b08 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期一, 25 十一月 2024 20:40:28 +0800 Subject: [PATCH] 项目计划记录展示 --- src/router/index.js | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index caf7b3c..15e528b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -100,7 +100,26 @@ meta: { title: '澶勭悊寰呭姙' } } ] - } + }, + { + path: '/project', + component: Layout, + children: [ + { + path: '/plan/index', + component: () => import('@/views/project/plan/index'), + name: 'Index', + meta: { title: '椤圭洰璁″垝' } + }, + /** 椤圭洰璁″垝璁板綍 */ + { + path: '/plan/planRecord', + component: () => import('@/views/project/plan/planRecord'), + name: 'PlanRecord', + meta: { title: '椤圭洰璁″垝璁板綍' } + } + ] + }, ] // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇 -- Gitblit v1.8.0