| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/avoidWarning', |
| | | component: Layout, |
| | | redirect: '/avoidWarning', |
| | | children: [ |
| | | { |
| | | path: '/avoidWarning', |
| | | component: () => import('@/views/hazardousChemicals/avoidWarning/index.vue'), |
| | | name: 'avoidWarning', |
| | | meta: { title: '危化品相忌报警',icon: 'form', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/useCount', |
| | | component: Layout, |
| | | redirect: '/useCount', |
| | | children: [ |
| | | { |
| | | path: '/useCount', |
| | | component: () => import('@/views/hazardousChemicals/useCount/index.vue'), |
| | | name: 'useCount', |
| | | meta: { title: '用量统计',icon: 'form', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/basicInfo', |
| | | component: Layout, |
| | | redirect: '/basicInfo', |