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