From dc7ed5d3cc7bcb517d36547c63486f5176cc6b2a Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期二, 26 十一月 2024 15:51:13 +0800 Subject: [PATCH] 完成计划项编辑上报 --- src/router/index.js | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index caf7b3c..f7e694b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -100,7 +100,33 @@ meta: { title: '澶勭悊寰呭姙' } } ] - } + }, + { + path: '/project', + component: Layout, + children: [ + { + path: '/projectPlan/index', + component: () => import('@/views/projectPlan/index'), + name: 'Index', + meta: { title: '椤圭洰璁″垝' } + }, + /** 椤圭洰璁″垝璁板綍 */ + { + path: '/projectPlan/planRecord', + component: () => import('@/views/projectPlan/planRecord'), + name: 'PlanRecord', + meta: { title: '椤圭洰璁″垝璁板綍' } + }, + /** 椤圭洰璁″垝椤� */ + { + path: '/projectPlan/planInfo', + component: () => import('@/views/projectPlan/planInfo'), + name: 'PlanInfo', + meta: { title: '椤圭洰璁″垝椤�' } + } + ] + }, ] // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇 -- Gitblit v1.8.0