| | |
| | | <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> |
| | | |
| | |
| | | }, |
| | | mounted() {}, |
| | | methods: { |
| | | openOurSee() { |
| | | this.$store.commit( |
| | | "MSET_OPENMOBILEPANORAMA", |
| | | "http://vr.jxpskj.com/lxxqw/" |
| | | ); |
| | | }, |
| | | goOns() { |
| | | let that = this; |
| | | this.$store.commit("GET_NOWPOSITION", (res) => { |
| | |
| | | }, |
| | | //请求 |
| | | 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 == "机构单位") { |
| | |
| | | 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( |
| | |
| | | <!-- 盖住左下角 --> |
| | | <div class="cover_mobileMap">智慧校区</div> |
| | | <!-- 指示器 --> |
| | | <div class="heights">{{ heights }}---{{ heights1 }}</div> |
| | | <!-- <div class="heights">{{ heights }}---{{ heights1 }}</div> --> |
| | | </div> |
| | | </template> |
| | | <script> |