2023-11-28

This commit is contained in:
X1627315083
2023-11-28 17:07:38 +08:00
parent 20897578f0
commit af7177654f
7 changed files with 22 additions and 18 deletions

View File

@@ -86,8 +86,6 @@ export default defineComponent({
const store = useStore()
let {t} = useI18n()
let driver__:any = computed(()=>{
console.log(123);
return store.state.Guide.guide
})
provide('driver__',driver__)
@@ -194,9 +192,6 @@ export default defineComponent({
this.showCollectionModal =false
this.collectionStep = 1
this.$emit('finishCollection')
if(this.driver__.driver){
driverObj__.moveNext()
}
let elList = document.querySelectorAll('.img_block_item_sketch img')
Https.axiosPost(Https.httpUrls.sketchBoardsBoundingBox, data)
.then((rv: any) => {