From eb71fd6eacc6cac2e704f57c472e181cbb20990c Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 22 Dec 2021 16:04:52 +0800
Subject: [PATCH] +位置和细节,左侧导航栏接口,点击弹窗
---
src/components/mobileCortrol/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/components/mobileCortrol/index.vue b/src/components/mobileCortrol/index.vue
index 726fd18..b490414 100644
--- a/src/components/mobileCortrol/index.vue
+++ b/src/components/mobileCortrol/index.vue
@@ -25,10 +25,12 @@
zoomIn(val) {
this.$store.dispatch("mapFlyTo", {
//飞入
- lntLat: [121.50492752204283, 31.21567802276832, 2530],
+ lntLat: [115.87186406, 28.74449337, 1200],
+ // lntLat: [121.50492752204283, 31.21567802276832, 2530],
heading: 0,
pitch: -45,
roll: 0,
+ noOpen: true,
});
},
},
@@ -39,12 +41,12 @@
.m-left-control {
position: fixed;
left: 20px;
- top: 87px;
+ top: 93px;
z-index: 20 !important;
.m-l-inbut {
width: 35px;
height: 35px;
- background-color: #c9302c;
+ background-color: rgb(33, 150, 243);
display: flex;
align-items: center;
justify-content: center;
--
Gitblit v1.9.3