🎨 格式化代码.

This commit is contained in:
lijiahangmax
2025-06-26 01:27:14 +08:00
parent 8b795e889a
commit decbce5410
12 changed files with 18 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
import { defineAsyncComponent } from 'vue';
// 组件
const HostGroupGrant = defineAsyncComponent(() => import('../components/host-group-grant.vue'))
const HostKeyGrant = defineAsyncComponent(() => import('../components/host-key-grant.vue'))
const HostIdentityGrant = defineAsyncComponent(() => import('../components/host-identity-grant.vue'))
const HostGroupGrant = defineAsyncComponent(() => import('../components/host-group-grant.vue'));
const HostKeyGrant = defineAsyncComponent(() => import('../components/host-key-grant.vue'));
const HostIdentityGrant = defineAsyncComponent(() => import('../components/host-identity-grant.vue'));
// 路由
export const GrantRouteName = 'assetGrant';