| | |
| | | ] |
| | | }, |
| | | { |
| | | 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', |
| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/homePage', |
| | | path: '/homePageIndex', |
| | | component: Layout, |
| | | redirect: '/homePage', |
| | | redirect: '/homePageIndex', |
| | | meta: { title: '首页'}, |
| | | children: [ |
| | | { |
| | | path: 'homePage', |
| | | path: 'homePageIndex', |
| | | component: () => import('@/views/hazardousChemicals/homePage/index.vue'), |
| | | name: 'homePage', |
| | | name: 'homePageIndex', |
| | | meta: { title: '工作台',icon: 'form'} |
| | | }, |
| | | ] |
| | |
| | | name: 'department', |
| | | meta: { title: '部门管理',icon: 'form'} |
| | | }, |
| | | { |
| | | path: 'config', |
| | | component: () => import('@/views/hazardousChemicals/systemManage/config/index.vue'), |
| | | name: 'config', |
| | | meta: { title: '企业配置',icon: 'form'} |
| | | }, |
| | | { |
| | | path: 'characteristic', |
| | | component: () => import('@/views/hazardousChemicals/systemManage/characteristic/index.vue'), |
| | | name: 'characteristic', |
| | | meta: { title: '危化品特性管理',icon: 'form'} |
| | | }, |
| | | { |
| | | path: 'classifyInfoTable', |
| | | component: () => import('@/views/hazardousChemicals/systemManage/classifyInfoTable/index.vue'), |
| | | name: 'classifyInfoTable', |
| | | meta: { title: '危化品分类信息表',icon: 'form'} |
| | | }, |
| | | |
| | | ] |
| | | }, |
| | | |