Add ctrl object archive function

This commit is contained in:
ben.qin
2022-04-21 17:03:01 +08:00
parent 21960778f5
commit 597c7e9493
3 changed files with 27 additions and 6 deletions
+4 -1
View File
@@ -153,7 +153,10 @@ class SimulatorWeb extends Component {
}, 200)
}
(window as any).s = this;
(window as any).LT = {
status: this.status,
setting: this.setting
};
}
public componentDidMount() {