标记定位重复触发代码优化

uat_us
caiyiling 2024-04-19 15:15:04 +08:00
parent 227f583e7a
commit d96c4c743b
1 changed files with 0 additions and 5 deletions

View File

@ -602,11 +602,6 @@ export default {
this.removeAnnotation(obj)
})
FusionEvent.$on('imageLocation', (obj) => {
console.log('imageLocation')
this.imageLocation(obj)
})
FusionEvent.$on('imageLocation', (obj) => {
console.log('imageLocation')
this.imageLocation(obj)
})
FusionEvent.$on('getScreenshots', async(measuredData, callback) => {