diff --git a/public/static/qm/MainMap_QM.js b/public/static/qm/MainMap_QM.js index 99e78db..6c765f2 100644 --- a/public/static/qm/MainMap_QM.js +++ b/public/static/qm/MainMap_QM.js @@ -78,7 +78,7 @@ QMUtil = function () { //debug 参数 相机坐标/ 镜头方向 this.guiOptions = { cameraX: 0, cameraY: 220, cameraZ: 220, targatX: 0, targatY: 0, targatZ: 0 }; //this.button = function() {}; - this.sceneGap = { x: 60, y: 0, z: 0, scale: dir ? 0.15 : 0.05 }; //改变地图位置,大小 + this.sceneGap = { x: 0, y: 0, z: 0, scale: dir ? 0.15 : 0.055 }; //改变地图位置,大小 this.selectBuild = 0; this.selectFloor = 0; diff --git a/src/components/Map/Map.vue b/src/components/Map/Map.vue index ca25234..fa8cbe9 100644 --- a/src/components/Map/Map.vue +++ b/src/components/Map/Map.vue @@ -90,8 +90,9 @@ function handleDetail() {