| | |
| | | component: () => import('@/views/fysp/scenereport/StorageReport.vue') |
| | | }, |
| | | { |
| | | //监管任务 |
| | | name: 'taskmanage', |
| | | path: '/fysp/task/manage', |
| | | component: () => import('@/views/fysp/task/TaskManage.vue'), |
| | | meta: { keepAlive: false } |
| | | }, |
| | | { |
| | | //监管任务场景编辑 |
| | | name: 'monitorObjEdit', |
| | | path: '/fysp/task/edit', |
| | | component: () => import('@/views/fysp/task/MonitorObjEdit.vue') |
| | | }, |
| | | { |
| | | //问题审核 |
| | | name: 'procheck', |
| | | path: '/fysp/procheck', |
| | |
| | | component: () => import('@/views/fysp/config/ProblemType.vue') |
| | | }, |
| | | { |
| | | //设备匹配 |
| | | name: 'fyspDeviceMatch', |
| | | path: '/fysp/config/deviceMatch', |
| | | component: () => import('@/views/fysp/config/DeviceMatch.vue') |
| | | }, |
| | | { |
| | | //评估规则管理 |
| | | name: 'fyspEvalutationRule', |
| | | path: '/fysp/config/evalutationRule', |
| | | component: () => import('@/views/fysp/config/EvalutationRule.vue') |
| | | }, |
| | | { |
| | | //评估数据源 |
| | | name: 'fyspEvalutationTask', |
| | | path: '/fysp/evaluation/evalutationTask', |
| | | component: () => import('@/views/fysp/evaluation/EvalutationTask.vue'), |
| | | meta: { keepAlive: true } |
| | | meta: { keepAlive: false } |
| | | }, |
| | | { |
| | | //评估管理 |
| | |
| | | component: () => import('@/views/fysp/scene/SceneEdit.vue'), |
| | | meta: { transition: 'slide-left' } |
| | | }, |
| | | { |
| | | //对外支持 |
| | | name: 'fyspSupport', |
| | | path: '/fysp/support', |
| | | component: () => import('@/views/fysp/support/JingAnSupport.vue'), |
| | | }, |
| | | |
| | | /**********************************飞羽环境***********************************************/ |
| | | { |