From bec1a5e6532575b221b24094471fce8c814fc7ae Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期三, 09 七月 2025 17:26:59 +0800
Subject: [PATCH] 优化算法

---
 src/views/system/device/components/deviceDialog.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/system/device/components/deviceDialog.vue b/src/views/system/device/components/deviceDialog.vue
index f08cfae..fdf3e42 100644
--- a/src/views/system/device/components/deviceDialog.vue
+++ b/src/views/system/device/components/deviceDialog.vue
@@ -105,7 +105,6 @@
                 orientation: orientation,
                 model: {
                   uri:this.modelUrl, // 鏇挎崲鎴愪綘鐨勬ā鍨嬭矾寰�
-                  scale: 1000,
                 },
               });
               viewer.flyTo(entity)
@@ -205,7 +204,6 @@
           orientation: orientation,
           model: {
             uri:  this.modelUrl, // 鏇挎崲鎴愪綘鐨勬ā鍨嬭矾寰�
-            scale: 1000,
           },
         });
         viewer.flyTo(entity)

--
Gitblit v1.9.3