前端业务拆分.

This commit is contained in:
lijiahang
2024-01-04 17:58:20 +08:00
parent 685e68a47f
commit 50f2c8cc6a
30 changed files with 73 additions and 51 deletions

View File

@@ -22,10 +22,6 @@ const ASSET: AppRouteRecordRaw = {
name: 'assetGrant',
path: '/asset/grant',
component: () => import('@/views/asset/grant/index.vue'),
}, {
name: 'assetHostConnectLog',
path: '/asset/host-connect-log',
component: () => import('@/views/asset/host-connect-log/index.vue'),
},
],
};