From b37aea3e032a573ad0ae6172ee4e08144db6758f Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期二, 19 十一月 2024 17:48:27 +0800
Subject: [PATCH] 功能优化

---
 src/components/left/leftmenu.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/left/leftmenu.vue b/src/components/left/leftmenu.vue
index 77209a2..b06adab 100644
--- a/src/components/left/leftmenu.vue
+++ b/src/components/left/leftmenu.vue
@@ -853,8 +853,8 @@
             coord[2]
           ),
           orientation: {
-            heading: Cesium.Math.toRadians(coord[3] ? coord[3] : -90),
-            pitch: Cesium.Math.toRadians(coord[4] ? coord[4] : 0),
+            heading: Cesium.Math.toRadians(coord[3] ? coord[3] : 0),
+            pitch: Cesium.Math.toRadians(coord[4] ? coord[4] : -90),
             roll: Cesium.Math.toRadians(0.0)
           },
           duration: 2 //椋炶鏃堕棿8s

--
Gitblit v1.9.3