|
@@ -783,7 +783,7 @@ export default {
|
|
},
|
|
},
|
|
dropLocation: function(lat, lng) { //落点定位
|
|
dropLocation: function(lat, lng) { //落点定位
|
|
|
|
|
|
- this.map.flyTo([lat, lng], 14)
|
|
|
|
|
|
+ this.map.flyTo([lat, lng], 14,{duration:1})
|
|
|
|
|
|
// this.controlLevel(12)
|
|
// this.controlLevel(12)
|
|
// setTimeout(() => {
|
|
// setTimeout(() => {
|