ZhangXianQiang
2024-04-10 514ae596e1a03b48386082ab82d7d814c7564a7e
src/router/index.js
@@ -60,6 +60,19 @@
    ]
  },
  {
    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/contract',
    component: Layout,
    hidden: true,