From 23cba9212712bf0cbfc054810ff5bbe323334fd7 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 08 Jan 2022 11:34:58 +0800
Subject: [PATCH] +

---
 src/store/modules/mobile.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/mobile.js b/src/store/modules/mobile.js
index 19643e4..0f5f708 100644
--- a/src/store/modules/mobile.js
+++ b/src/store/modules/mobile.js
@@ -321,6 +321,7 @@
         0,
         state.dimensionData.pitch
       );
+      // console.log(state.dimension);
       if (state.dimension != "2.5D") {
         // if (true) {
         dispatch("mapFlyTo", {
@@ -331,7 +332,6 @@
           roll: Position.roll,
         });
       } else {
-        // console.log(17878);
         state.mviewer.camera.setView({
           // Cesium的坐标是以地心为原点,一向指向南美洲,一向指向亚洲,一向指向北极州
           // fromDegrees()方法,将经纬度和高程转换为世界坐标

--
Gitblit v1.9.3