From 76b944ec6fdf255ab7df1deb78733f5ea02c28a3 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 10 Mar 2022 14:48:14 +0800
Subject: [PATCH] +全景

---
 src/components/mobileWindow/index.vue        |    2 +-
 src/components/mobilemap/index.vue           |    2 +-
 src/components/mobileCortrolButtom/index.vue |    9 +++++++++
 src/components/mobilePopupOur/index.vue      |    2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/src/components/mobileCortrolButtom/index.vue b/src/components/mobileCortrolButtom/index.vue
index c81d6c0..7bc3906 100644
--- a/src/components/mobileCortrolButtom/index.vue
+++ b/src/components/mobileCortrolButtom/index.vue
@@ -27,6 +27,9 @@
       <i class="el-icon-refresh"></i>
     </div>
     <div class="m-l-inbut" @click="goOns"><i class="el-icon-location"></i></div>
+    <div class="m-l-inbut" @click="openOurSee">
+      <i class="el-icon-map-location"></i>
+    </div>
   </div>
 </template>
 
@@ -74,6 +77,12 @@
   },
   mounted() {},
   methods: {
+    openOurSee() {
+      this.$store.commit(
+        "MSET_OPENMOBILEPANORAMA",
+        "http://vr.jxpskj.com/lxxqw/"
+      );
+    },
     goOns() {
       let that = this;
       this.$store.commit("GET_NOWPOSITION", (res) => {
diff --git a/src/components/mobilePopupOur/index.vue b/src/components/mobilePopupOur/index.vue
index e4297c8..f7db975 100644
--- a/src/components/mobilePopupOur/index.vue
+++ b/src/components/mobilePopupOur/index.vue
@@ -169,7 +169,7 @@
     },
     //请求
     getOutList(campus, type) {
-      console.log(this.choiceMain, campus, type, "see");
+      // console.log(this.choiceMain, campus, type, "see");
       let that = this;
       let d;
       if (this.choiceMain == "机构单位") {
diff --git a/src/components/mobileWindow/index.vue b/src/components/mobileWindow/index.vue
index a44e4a3..516e911 100644
--- a/src/components/mobileWindow/index.vue
+++ b/src/components/mobileWindow/index.vue
@@ -299,7 +299,7 @@
           doit(res);
         });
       } else if (val == "实景") {
-        // console.log(this.panoramaurl, query);
+        console.log(this.panoramaurl, query);
         this.$store.commit("MSET_OPENMOBILEPANORAMA", this.panoramaurl);
         return;
         this.$store.commit(
diff --git a/src/components/mobilemap/index.vue b/src/components/mobilemap/index.vue
index a46749b..8622de2 100644
--- a/src/components/mobilemap/index.vue
+++ b/src/components/mobilemap/index.vue
@@ -31,7 +31,7 @@
     <!-- 盖住左下角 -->
     <div class="cover_mobileMap">智慧校区</div>
     <!-- 指示器 -->
-    <div class="heights">{{ heights }}---{{ heights1 }}</div>
+    <!-- <div class="heights">{{ heights }}---{{ heights1 }}</div> -->
   </div>
 </template>
 <script>

--
Gitblit v1.9.3