From 32a74e421964aa589a13944e4949e35273fc629f Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期四, 12 十月 2023 16:31:16 +0800
Subject: [PATCH] 2号屏

---
 src/components/map/viewer.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue
index 602266b..c000538 100644
--- a/src/components/map/viewer.vue
+++ b/src/components/map/viewer.vue
@@ -124,7 +124,7 @@
               },
               duration: 10, //椋炶鏃堕棿8s
             });
-          }, 9000);
+          }, `9000`);
           that.setCesiumInit(true);
           // rpc.initRpc();
         }
@@ -141,6 +141,7 @@
       //鍦颁笅妯″紡璺濈鍙傛暟
       Viewer.scene.globe.translucency.frontFaceAlpha = 0.5;
       Viewer.scene.globe.undergroundColor = undefined;
+      window.Viewer.scene.screenSpaceCameraController.minimumZoomDistance = 500
       mapMsg.init();
       rpc.clickToCoordinates();
 

--
Gitblit v1.9.3