生成主机身份代码.
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user