会议管理

This commit is contained in:
FLL
2025-07-07 16:31:20 +08:00
parent 171d3ef133
commit 0e0b30d159
5 changed files with 301 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
import { initPreferences } from '@vben/preferences';
import { unmountGlobalLoading } from '@vben/utils';
import { overridesPreferences } from './preferences';
/**
@@ -27,5 +26,4 @@ async function initApplication() {
// 移除并销毁loading
unmountGlobalLoading();
}
initApplication();