src/router/index.js
@@ -78,6 +78,18 @@ component: () => import('@/views/fysp/config/ProblemType.vue') }, { //设备匹配 name: 'fyspDeviceMatch', path: '/fysp/config/fyspDeviceMatch', 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',