src/router/index.js
@@ -110,6 +110,13 @@ component: () => import('@/views/project/plan/index'), name: 'Index', meta: { title: '项目计划' } }, /** 项目计划记录 */ { path: '/plan/planRecord', component: () => import('@/views/project/plan/planRecord'), name: 'PlanRecord', meta: { title: '项目计划记录' } } ] },