111
This commit is contained in:
@@ -50,7 +50,7 @@ const systemStatus = ref<SystemStatus>({
|
||||
initialized: false,
|
||||
running: false,
|
||||
servicesStatus: {
|
||||
windowService: false,
|
||||
windowFormService: false,
|
||||
resourceService: false,
|
||||
sandboxEngine: false,
|
||||
lifecycleManager: false
|
||||
@@ -111,7 +111,7 @@ const startApp = async (appId: string) => {
|
||||
}
|
||||
|
||||
// 创建窗口
|
||||
const windowService = systemService.getWindowService()
|
||||
const windowService = systemService.getWindowFormService()
|
||||
const windowConfig = {
|
||||
title: appRegistration.manifest.name,
|
||||
width: appRegistration.manifest.window.width,
|
||||
|
||||
Reference in New Issue
Block a user