diff --git a/dist.rar b/dist.rar index 2c835f7..13002cf 100644 Binary files a/dist.rar and b/dist.rar differ diff --git a/src/components/map/index.vue b/src/components/map/index.vue index 7fb5470..1fcff5a 100644 --- a/src/components/map/index.vue +++ b/src/components/map/index.vue @@ -2188,6 +2188,17 @@ }, 10000) } if (obj.name == '东蒙基地') { + setTimeout(function () { + viewer.scene.camera.flyTo({ + destination: new Cesium.Cartesian3.fromDegrees(118.023407,35.359855, 500), + orientation: { + heading: 0.09596697944080823, + pitch: -0.6, + roll: 2.0370372055822372e-11 + }, + duration: 1, + }); + }, 500) setTimeout(function () { methods.addMonitorEntity(); }, 2000)