From 55c5ed4cbcf1833c64a0bf6b7b94e22e2fa5f43a Mon Sep 17 00:00:00 2001 From: haha Date: Fri, 25 Jul 2025 23:15:31 +0800 Subject: [PATCH] =?UTF-8?q?BIM=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-bigscreen/src/views/bimManage.vue | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/yanzhu-bigscreen/src/views/bimManage.vue b/yanzhu-bigscreen/src/views/bimManage.vue index 3cea6c42..28e03372 100644 --- a/yanzhu-bigscreen/src/views/bimManage.vue +++ b/yanzhu-bigscreen/src/views/bimManage.vue @@ -980,12 +980,9 @@ export default { } setTimeout(() => { api.Model.location(modelId); - this.resetScene(); - if (x * 1 + y * 1 + z * 1 != 0) { - setTimeout(() => { - api.Camera.lookAt({ position: [x, y, z], distance: 20000, heading: 90, pitch: -45 }) - }, 1000); - } + setTimeout(() => { + this.resetScene(); + }, 1000); }, 1000); } this.initHideParts() @@ -996,7 +993,7 @@ export default { let hideCnt = 0; let hideFn = () => { hideCnt++; - if (hideCnt > 20) { + if (hideCnt > 30) { return; } setTimeout(() => {