From e8e7b70168d5cc8a465c92da28bdcce52e8bf3cc Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 10 Mar 2022 14:48:21 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/components/mobileCortrolButtom/index.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 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) => {
--
Gitblit v1.9.3