| | |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: '/plan/index', |
| | | component: () => import('@/views/project/plan/index'), |
| | | path: '/projectPlan/index', |
| | | component: () => import('@/views/projectPlan/index'), |
| | | name: 'Index', |
| | | meta: { title: '项目计划' } |
| | | }, |
| | | /** 项目计划记录 */ |
| | | { |
| | | path: '/plan/planRecord', |
| | | component: () => import('@/views/project/plan/planRecord'), |
| | | path: '/projectPlan/planRecord', |
| | | component: () => import('@/views/projectPlan/planRecord'), |
| | | name: 'PlanRecord', |
| | | meta: { title: '项目计划记录' } |
| | | }, |
| | | /** 项目计划项 */ |
| | | { |
| | | path: '/projectPlan/planInfo', |
| | | component: () => import('@/views/projectPlan/planInfo'), |
| | | name: 'PlanInfo', |
| | | meta: { title: '项目计划项' } |
| | | } |
| | | ] |
| | | }, |