zhouwx
2024-08-13 0daf7e406663eb3a99c2122773f5c3297b8c1253
src/router/index.js
@@ -92,19 +92,32 @@
    ]
  },
  {
    path: '/detailList',
    path: '/rawDetail',
    component: Layout,
    redirect: '/detailList',
    redirect: '/rawDetail',
    children: [
      {
        path: '/detailList',
        component: () => import('@/views/hazardousChemicals/detailList/index.vue'),
        name: 'detailList',
        path: '/rawDetail',
        component: () => import('@/views/hazardousChemicals/electronicWarehouse/components/rawDetail.vue'),
        name: 'rawDetail',
        meta: { title: '危化品详单',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '/proDetail',
    component: Layout,
    redirect: '/proDetail',
    children: [
      {
        path: '/proDetail',
        component: () => import('@/views/hazardousChemicals/electronicWarehouse/components/proDetail.vue'),
        name: 'proDetail',
        meta: { title: '成品详单',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '/accessRecords',
    component: Layout,
    redirect: '/accessRecords',