111
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user