| | |
| | | }, |
| | | { |
| | | //评估数据源 |
| | | name: 'fyspDatasource', |
| | | path: '/fysp/evaluation/datasource', |
| | | component: () => import('@/views/fysp/evaluation/DataSource.vue') |
| | | name: 'fyspEvalutationTask', |
| | | path: '/fysp/evaluation/evalutationTask', |
| | | component: () => import('@/views/fysp/evaluation/EvalutationTask.vue'), |
| | | meta: { keepAlive: true } |
| | | }, |
| | | { |
| | | //评估管理 |
| | | name: 'fyspResultManage', |
| | | path: '/fysp/evaluation/resultManage', |
| | | component: () => import('@/views/fysp/evaluation/ResultManage.vue') |
| | | name: 'fyspEvalutationRecord', |
| | | path: '/fysp/evaluation/evalutationRecord', |
| | | component: () => import('@/views/fysp/evaluation/EvalutationRecord.vue'), |
| | | meta: { keepAlive: true } |
| | | }, |
| | | { |
| | | //场景信息 |