zhouwx
2024-08-19 cd84a28754fc1b3fadb7027245333d6d3ff330a3
src/router/index.js
@@ -118,6 +118,32 @@
    ]
  },
  {
    path: '/whRawDetail',
    component: Layout,
    redirect: '/whRawDetail',
    children: [
      {
        path: '/whRawDetail',
        component: () => import('@/views/hazardousChemicals/warehouseManage/components/rawDetail.vue'),
        name: 'whRawDetail',
        meta: { title: '危化品详情',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '/whProDetail',
    component: Layout,
    redirect: '/whProDetail',
    children: [
      {
        path: '/whProDetail',
        component: () => import('@/views/hazardousChemicals/warehouseManage/components/proDetail.vue'),
        name: 'whProDetail',
        meta: { title: '成品详情',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '/accessRecords',
    component: Layout,
    redirect: '/accessRecords',
@@ -183,6 +209,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',