perf: help

This commit is contained in:
xingyu4j
2025-06-18 13:56:16 +08:00
parent 5b4846e93d
commit 50558e3bde
4 changed files with 103 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ import {
} from '@vben/icons';
import {
BasicLayout,
Help,
LockScreen,
Notification,
TenantDropdown,
@@ -39,8 +40,6 @@ import { router } from '#/router';
import { useAuthStore } from '#/store';
import LoginForm from '#/views/_core/authentication/login.vue';
import Help from './components/help.vue';
// 租户列表
const tenants = ref<SystemTenantApi.Tenant[]>([]);