2023-12-14-dist
This commit is contained in:
@@ -60,7 +60,7 @@ import { Https } from "@/tool/https";
|
||||
import { getCookie,setCookie } from "@/tool/cookie";
|
||||
import { useStore } from "vuex";
|
||||
import { message } from "ant-design-vue";
|
||||
import { openGuide,driverObj__ } from "@/tool/guide";
|
||||
import { openGuide,driverObj__,setDestroy } from "@/tool/guide";
|
||||
import { useI18n } from "vue-i18n";
|
||||
export default defineComponent({
|
||||
components: {
|
||||
@@ -338,20 +338,17 @@ export default defineComponent({
|
||||
this.textScroll()
|
||||
},
|
||||
removeDriver(index:number){
|
||||
if(this.driver__.driver){
|
||||
let data = {
|
||||
index : 0,
|
||||
driver : false,
|
||||
}
|
||||
this.store?.commit("setGuide", data);
|
||||
// this.robotTop = false
|
||||
// this.robotInput = false
|
||||
this.createTimer()
|
||||
}
|
||||
driverObj__.destroy();
|
||||
setCookie("isBeginner", false);
|
||||
// let data = {
|
||||
// index : 0,
|
||||
// driver : false,
|
||||
// }
|
||||
// this.store?.commit("setGuide", data);
|
||||
// driverObj__.destroy();
|
||||
// setCookie("isBeginner", false);
|
||||
setDestroy()
|
||||
this.record[index].driver = false
|
||||
sessionStorage.setItem('record', JSON.stringify(this.record));
|
||||
this.createTimer()
|
||||
this.textScroll()
|
||||
},
|
||||
likeFile(item:any,imgIndex:number,index:number){
|
||||
|
||||
Reference in New Issue
Block a user