| | |
| | | meta: { |
| | | title: '巡检记录管理' |
| | | }, |
| | | }, |
| | | { |
| | | path: '/educationAndTraining', |
| | | name: 'educationAndTraining', |
| | | component: () => import('/@/views/riskWarningSys/educationAndTraining/index.vue'), |
| | | meta: { |
| | | title: '教育培训' |
| | | }, |
| | | }, |
| | | { |
| | | path: '/emergencyDrills', |
| | | name: 'emergencyDrills', |
| | | component: () => import('/@/views/riskWarningSys/emergencyDrills/index.vue'), |
| | | meta: { |
| | | title: '应急演练' |
| | | }, |
| | | }, |
| | | { |
| | | path: '/accidentLevel', |
| | | name: 'accidentLevel', |
| | | component: () => import('/@/views/riskWarningSys/accidentLevel/index.vue'), |
| | | meta: { |
| | | title: '事故等级' |
| | | }, |
| | | }, |
| | | { |
| | | path: '/riskLevel', |
| | | name: 'riskLevel', |
| | | component: () => import('/@/views/riskWarningSys/riskLevel/index.vue'), |
| | | meta: { |
| | | title: '风险等级' |
| | | }, |
| | | } |
| | | ]; |