This commit is contained in:
2025-10-10 10:37:11 +08:00
parent 05882bb3d3
commit 0ca5daad3b
12 changed files with 58 additions and 58 deletions

View File

@@ -157,7 +157,7 @@ export interface WindowEvents extends IEventMap {
/**
* 窗体管理服务类
*/
export class WindowService {
export class WindowFormService {
private windows = reactive(new Map<string, WindowInstance>())
private activeWindowId = ref<string | null>(null)
private nextZIndex = 1000