From 4d0cece6f88fa97f5e299dc450d4707d3eec534e Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 18 Jan 2022 09:51:17 +0800
Subject: [PATCH] +

---
 src/components/mobileLeftNav/index.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/components/mobileLeftNav/index.vue b/src/components/mobileLeftNav/index.vue
index b15dfc6..768b558 100644
--- a/src/components/mobileLeftNav/index.vue
+++ b/src/components/mobileLeftNav/index.vue
@@ -169,7 +169,7 @@
       this.$store.commit("MSET_ICONHIDE", !isif);
     },
     leftNavClick(item) {
-      console.log(123132);
+      // console.log(123132);
       //判断并关闭已开启标签
       let lnd = this.leftNavData;
       for (let k in lnd) {
@@ -191,7 +191,7 @@
         item.img = item.checked;
         this[item.layer].show = true;
         // console.log("飞入");
-        this.flyTo(item);
+        // this.flyTo(item);
         this.$store.dispatch("closeMobileWindowsDom"); //关闭弹窗
       } else {
         item.img = item.normal;
@@ -206,6 +206,14 @@
         that.dimensionData.pitch == -45
           ? [posi.lng + 0.00917, posi.lat - 0.0188, 500]
           : [posi.lng + 0.01197, posi.lat - 0.00055, 500];
+      // that.mviewer.camera.flyTo({
+      //   destination: Cesium.Cartesian3.fromDegrees(
+      //     lntLat[0],
+      //     lntLat[1],
+      //     lntLat[2]
+      //   ),
+      // });
+      // return;
       this.$store.dispatch("mapFlyTo", {
         //飞入
         lntLat: lntLat,
@@ -357,6 +365,7 @@
                 video: data[k].videourl || "",
                 from: "labels",
                 introduce: data[k].introduce,
+                panoramaurl: data[k].panoramaurl,
               };
               // 定制化窗体
               that.openPopupS(

--
Gitblit v1.9.3