diff --git a/src/router/route.ts b/src/router/route.ts index e112889..3ef2fee 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -292,65 +292,7 @@ export const systemRoutes: RouteRecordRaw[] = [ // }, // ], // }, - { - path: '/asset-management', - name: 'AssetManagement', - component: Layout, - redirect: '/asset-management/device-management/device-center', - meta: { title: '资产管理', icon: 'property-safety', hidden: false, sort: 3 }, - children: [ - { - path: '/asset-management/device-management', - name: 'DeviceManagement', - component: () => import('@/components/ParentView/index.vue'), - redirect: '/asset-management/device-management/device-center', - meta: { - title: '设备管理', - icon: 'device', - hidden: false, - }, - children: [ - { - path: '/asset-management/device-management/device-center', - name: 'DeviceCenter', - component: () => import('@/views/system-resource/device-management/index.vue'), - meta: { - title: '设备中心', - icon: 'appstore', - hidden: false, - }, - }, - { - path: '/asset-management/device-management/device-detail/:id', - name: 'DeviceDetail', - component: () => import('@/views/system-resource/device-management/detail.vue'), - meta: { - title: '设备详情', - icon: 'info-circle', - hidden: true, - }, - }, - { - path: '/asset-management/device-management/procurement', - name: 'DeviceProcurement', - component: () => import('@/views/system-resource/device-management/procurement/index.vue'), - meta: { - title: '设备采购', - icon: 'shopping-cart', - hidden: false, - }, - }, - ], - }, - { - path: '/asset-management/other-assets', - name: 'OtherAssets', - component: () => import('@/views/system-resource/information-system/software-management/index.vue'), - meta: { title: '其他资产', icon: 'copyright', hidden: false }, - }, - ], - }, { path: '/products-services', name: 'ProductsServices',