| | |
| | | { |
| | | path: '/', |
| | | component: Layout, |
| | | redirect: "/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/riskSourceManage/index", |
| | | // redirect: '/workPlan/workPlan/reserve', |
| | | // redirect: "/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/riskSourceManage/index", |
| | | redirect: '/safetyproduction/safetyproduction/checklist', |
| | | children: [ |
| | | { |
| | | path: 'dashboard', |
| | | component: () => import('@/views/workPlan/reserve'), |
| | | component: () => import('@/views/safetyproduction/checklist'), |
| | | name: 'Dashboard1', |
| | | meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true } |
| | | } |