🎨 修改 router 路径.
This commit is contained in:
@@ -3,24 +3,23 @@ import { DEFAULT_LAYOUT } from '../base';
|
||||
|
||||
const ASSET: AppRouteRecordRaw = {
|
||||
name: 'asset',
|
||||
path: '/asset',
|
||||
component: DEFAULT_LAYOUT,
|
||||
children: [
|
||||
{
|
||||
name: 'assetHostList',
|
||||
path: '/asset/host-list',
|
||||
path: '/host-list',
|
||||
component: () => import('@/views/asset/host-list/index.vue'),
|
||||
}, {
|
||||
name: 'assetHostKey',
|
||||
path: '/asset/host-key',
|
||||
path: '/host-key',
|
||||
component: () => import('@/views/asset/host-key/index.vue'),
|
||||
}, {
|
||||
name: 'assetHostIdentity',
|
||||
path: '/asset/host-identity',
|
||||
path: '/host-identity',
|
||||
component: () => import('@/views/asset/host-identity/index.vue'),
|
||||
}, {
|
||||
name: 'assetGrant',
|
||||
path: '/asset/grant',
|
||||
path: '/asset-grant',
|
||||
component: () => import('@/views/asset/grant/index.vue'),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user