d7e794b63ae88731a925e88bb393d2f4c279e6f8..e8e7b70168d5cc8a465c92da28bdcce52e8bf3cc
2022-03-10 liuyg
Merge branch 'master' of http://192.168.0.105:10010/r/school-web
e8e7b7 diff | tree
2022-03-10 liuyg
+全景
76b944 diff | tree
4 files modified
15 ■■■■ changed files
src/components/mobileCortrolButtom/index.vue 9 ●●●●● patch | view | raw | blame | history
src/components/mobilePopupOur/index.vue 2 ●●● patch | view | raw | blame | history
src/components/mobileWindow/index.vue 2 ●●● patch | view | raw | blame | history
src/components/mobilemap/index.vue 2 ●●● patch | view | raw | blame | history
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) => {
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 == "机构单位") {
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(
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>