From 68b98eea7b0fad91717442ed93bc371afdf57cdc Mon Sep 17 00:00:00 2001 From: "Mr.j" <2221464500@qq.com> Date: Fri, 8 Aug 2025 10:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9C=89=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E7=AE=A1=E7=90=86=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/route.ts | 58 --------------------------------------------- 1 file changed, 58 deletions(-) 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',