fuliqi
2024-04-30 c192d0bda1c59a3c68861b373c9d0cd91234f57b
src/router/index.js
@@ -47,48 +47,6 @@
    hidden: true
  },
  {
    path: '/car/vehicle-data-monitor',
    component: Layout,
    hidden: true,
    children: [
      {
        path: 'index',
        name: 'vehicle-data-monitor',
        component: () => import('@/views/system/vehicle-data-monitor/index'),
        meta: { title: '车辆过卡口数据一致性', activeMenu: '/system/vehicle-data-monitor' }
      }
    ]
  },
  {
    path: '/car/equipment',
    component: Layout,
    hidden: true,
    children: [
      {
        path: 'index',
        name: 'equipment',
        component: () => import('@/views/system/equipment/index'),
        meta: { title: '资产管理', activeMenu: '/system/equipment' }
      }
    ]
  },
  {
    path: '/check-result/city',
    component: Layout,
    hidden: true,
    children: [
    ]
  },
  {
    path: '/check-result/province',
    component: Layout,
    hidden: true,
    children: [
    ]
  },
  {
    path: '/register',
    component: () => import('@/views/register'),
    hidden: true