|
@@ -503,7 +503,7 @@ export default {
|
|
|
that.$refs.supermap.clearM(true)
|
|
|
that.$refs.supermap.clearM(false)
|
|
|
that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
|
- }, 1000)
|
|
|
+ }, 3000)
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -596,12 +596,12 @@ export default {
|
|
|
that.$refs.supermap.clearM(true)
|
|
|
that.$refs.supermap.clearM(false)
|
|
|
that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
|
- }, 1000)
|
|
|
+ }, 3000)
|
|
|
}else{
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermap.clearM(true)
|
|
|
that.$refs.supermap.clearM(false)
|
|
|
- }, 1000)
|
|
|
+ }, 3000)
|
|
|
}
|
|
|
})
|
|
|
},
|