review: 修改 footer.

This commit is contained in:
lijiahang
2023-11-10 19:02:38 +08:00
parent 6fc6c61d48
commit d06c073999
16 changed files with 968 additions and 310 deletions

View File

@@ -7,6 +7,10 @@ const ASSET: AppRouteRecordRaw = {
component: DEFAULT_LAYOUT,
children: [
{
name: 'assetHostGroup',
path: '/asset/host-group',
component: () => import('@/views/asset/host-group/index.vue'),
}, {
name: 'assetHost',
path: '/asset/host',
component: () => import('@/views/asset/host/index.vue'),