src/router/index.js
@@ -183,6 +183,20 @@ ] }, { path: '/homePage', component: Layout, redirect: '/homePage', meta: { title: '首页'}, children: [ { path: 'homePage', component: () => import('@/views/hazardousChemicals/homePage/index.vue'), name: 'homePage', meta: { title: '工作台',icon: 'form'} }, ] }, { path: '/systemManage', component: Layout, redirect: '/systemManage/warehouse',