生成主机身份代码.

This commit is contained in:
lijiahang
2023-09-20 12:13:02 +08:00
parent 044b859c5b
commit e9047c59c0
43 changed files with 3139 additions and 0 deletions

View File

@@ -10,6 +10,14 @@ const ASSET: AppRouteRecordRaw = {
name: 'assetHost',
path: '/asset/host',
component: () => import('@/views/asset/host/index.vue'),
}, {
name: 'assetHostKey',
path: '/asset/host-key',
component: () => import('@/views/asset/host-key/index.vue'),
}, {
name: 'assetHostIdentity',
path: '/asset/host-identity',
component: () => import('@/views/asset/host-identity/index.vue'),
},
],
};