zhouwx
2024-09-06 ae36dc20aea3d2f74d893305d9f94a1845d8fa20
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,15 +209,15 @@
    ]
  },
  {
    path: '/homePage',
    path: '/homePageIndex',
    component: Layout,
    redirect: '/homePage',
    redirect: '/homePageIndex',
    meta: { title: '首页'},
    children: [
      {
        path: 'homePage',
        path: 'homePageIndex',
        component: () => import('@/views/hazardousChemicals/homePage/index.vue'),
        name: 'homePage',
        name: 'homePageIndex',
        meta: { title: '工作台',icon: 'form'}
      },
    ]
@@ -226,6 +252,13 @@
        name: 'department',
        meta: { title: '部门管理',icon: 'form'}
      },
      {
        path: 'config',
        component: () => import('@/views/hazardousChemicals/systemManage/config/index.vue'),
        name: 'config',
        meta: { title: '企业配置',icon: 'form'}
      },
    ]
  },