标记定位重复触发代码优化
parent
227f583e7a
commit
d96c4c743b
|
@ -602,11 +602,6 @@ export default {
|
||||||
this.removeAnnotation(obj)
|
this.removeAnnotation(obj)
|
||||||
})
|
})
|
||||||
FusionEvent.$on('imageLocation', (obj) => {
|
FusionEvent.$on('imageLocation', (obj) => {
|
||||||
console.log('imageLocation')
|
|
||||||
this.imageLocation(obj)
|
|
||||||
})
|
|
||||||
FusionEvent.$on('imageLocation', (obj) => {
|
|
||||||
console.log('imageLocation')
|
|
||||||
this.imageLocation(obj)
|
this.imageLocation(obj)
|
||||||
})
|
})
|
||||||
FusionEvent.$on('getScreenshots', async(measuredData, callback) => {
|
FusionEvent.$on('getScreenshots', async(measuredData, callback) => {
|
||||||
|
|
Loading…
Reference in New Issue