zhouwx
2026-03-20 2e6a6d161b48ad3eb0646e857acd3bd9053a8004
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',