@@ -216,7 +216,6 @@
SELECT id,
name,
user_name,
- dept,
post,
company,
emergency_rescue,
@@ -200,7 +200,7 @@ export default {
* 落点定位
*/
dropLocation: function (lat, lng) {
- this.map.flyTo([lat, lng], 19, {duration: 5})
+ this.map.flyTo([lat, lng], 16, {duration: 3})
},
/**
* 加载地图