保存一下
This commit is contained in:
@@ -30,7 +30,7 @@ export default class ProcessImpl implements IProcess {
|
||||
|
||||
const startName = info.startName;
|
||||
|
||||
XSystem.instance.processManage.addProcess(this);
|
||||
XSystem.instance.processManage.registerProcess(this);
|
||||
// 通过设置 isJustProcess 为 true,则不会创建窗体
|
||||
if (!info.isJustProcess) {
|
||||
this.openWindowForm(startName)
|
||||
|
||||
Reference in New Issue
Block a user