This commit is contained in:
X1627315083
2023-12-11 10:24:04 +08:00
parent 1b55d36462
commit 29d0114f55
6 changed files with 63 additions and 40 deletions

View File

@@ -302,6 +302,11 @@ export default defineComponent({
removeDriver(){
if(this.driver__.driver){
driverObj__.destroy();
let data = {
index : 0,
driver : false,
}
this.store?.commit("setGuide", data);
this.robotTop = false
this.robotInput = false
}