独墅湖高教创新区危化品智慧管控平台(新危化品)
马宇豪
2025-04-21 05cccb157fa461c1ce17cbeb9b00ed5396491ca8
src/router/index.js
@@ -52,18 +52,6 @@
    component: () => import('@/views/error/401'),
    hidden: true
  },
  // {
  //   path: '/newPage',
  //   component: Layout,
  //   redirect: '/newPage',
  //   children: [
  //     {
  //       path: '/newPage',
  //       component: () => import('@/views/onlineEducation/systemManage/banner/components/newPage.vue'),
  //       name: 'NewPage',
  //     }
  //   ]
  // },
  {
    path: '/warehouseManage',
    component: Layout,
@@ -77,7 +65,20 @@
      }
    ]
  },
  {
    path: '/bigScreen',
    component: Layout,
    redirect: '/bigScreen',
    meta: { title: '监管大屏'},
    children: [
      {
        path: '/bigScreen',
        component: () => import('@/views/hazardousChemicals/bigScreen/index.vue'),
        name: 'bigScreen',
        meta: { title: '监管大屏',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '/electronicWarehouse',
    component: Layout,
@@ -238,10 +239,10 @@
    path: '/homePageIndex',
    component: Layout,
    redirect: '/homePageIndex',
    meta: { title: '首页'},
    meta: { title: '工作台'},
    children: [
      {
        path: 'homePageIndex',
        path: '/homePageIndex',
        component: () => import('@/views/hazardousChemicals/homePage/index.vue'),
        name: 'homePageIndex',
        meta: { title: '工作台',icon: 'form'}