src/router/index.js
@@ -196,12 +196,19 @@ name: 'PlanRecord', meta: { title: '项目计划记录' } }, /** 项目计划项 */ /** 编辑项目计划项 */ { path: '/projectPlan/planInfo', component: () => import('@/views/projectPlan/planInfo'), name: 'PlanInfo', meta: { title: '项目计划项' } meta: { title: '编辑项目计划项' } }, /** 查看项目计划项 */ { path: '/projectPlan/planInfoCheck', component: () => import('@/views/projectPlan/planInfoCheck'), name: 'PlanInfoCheck', meta: { title: '查看项目计划项' } } ] },