src/router/index.js
@@ -196,6 +196,19 @@ ] }, { 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',