From 4651f3fd2b11589a26d637c86d0c1df6ed39186e Mon Sep 17 00:00:00 2001 From: liyongle Date: Tue, 18 Jul 2023 13:33:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/qm/MainMap_QM.js | 2 +- src/components/Map/Map.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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() {