| | |
| | | component: () => import('@/views/error/401'), |
| | | hidden: true |
| | | }, |
| | | // { |
| | | // path: '/newPage', |
| | | // component: Layout, |
| | | // redirect: '/newPage', |
| | | // children: [ |
| | | // { |
| | | // path: '/newPage', |
| | | // component: () => import('@/views/onlineEducation/systemManage/banner/components/newPage.vue'), |
| | | // name: 'NewPage', |
| | | // } |
| | | // ] |
| | | // }, |
| | | { |
| | | path: '/warehouseManage', |
| | | component: Layout, |
| | |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | { |
| | | path: '/bigScreen', |
| | | component: Layout, |
| | | redirect: '/bigScreen', |
| | | meta: { title: '监管大屏'}, |
| | | children: [ |
| | | { |
| | | path: '/bigScreen', |
| | | component: () => import('@/views/hazardousChemicals/bigScreen/index.vue'), |
| | | name: 'bigScreen', |
| | | meta: { title: '监管大屏',icon: 'form', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/electronicWarehouse', |
| | | component: Layout, |
| | |
| | | path: '/homePageIndex', |
| | | component: Layout, |
| | | redirect: '/homePageIndex', |
| | | meta: { title: '首页'}, |
| | | meta: { title: '工作台'}, |
| | | children: [ |
| | | { |
| | | path: 'homePageIndex', |
| | | path: '/homePageIndex', |
| | | component: () => import('@/views/hazardousChemicals/homePage/index.vue'), |
| | | name: 'homePageIndex', |
| | | meta: { title: '工作台',icon: 'form'} |