| | |
| | | ] |
| | | }, |
| | | { |
| | | 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'} |
| | | }, |
| | | |
| | | ] |
| | | }, |
| | | |