From 638b3c635aaa47e5cae723466ca8a11df59877bf Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 08 Jan 2022 17:33:14 +0800
Subject: [PATCH] +加入导航
---
src/components/mobileWindow/index.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/components/mobileWindow/index.vue b/src/components/mobileWindow/index.vue
index 39fc902..35b0f96 100644
--- a/src/components/mobileWindow/index.vue
+++ b/src/components/mobileWindow/index.vue
@@ -206,7 +206,10 @@
let that = this;
if (val == "去这") {
//定位
- console.log(this.query.query);
+ // console.log(this.query.query);
+ // that.$store.commit("set_endPosition", this.query.query.lntLat);
+ let ints = [[114.039946, 27.628475], that.query.query.lntLat];
+ that.$store.dispatch("MSET_GOTOWHERE", ints);
} else if (val == "实景") {
this.$store.commit(
"MSET_OPENMOBILEPANORAMA",
--
Gitblit v1.9.3