From 292d91b71968b66bfdfd48dbfcf72c7a8290f62c Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 15 四月 2021 09:41:14 +0800 Subject: [PATCH] 废气图标 --- src/components/panel/topicSearch/GasWasteSearch.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/components/panel/topicSearch/GasWasteSearch.vue b/src/components/panel/topicSearch/GasWasteSearch.vue index 6a60695..d25e810 100644 --- a/src/components/panel/topicSearch/GasWasteSearch.vue +++ b/src/components/panel/topicSearch/GasWasteSearch.vue @@ -163,10 +163,9 @@ }, // 寮圭獥灞曠ず async handleLocation (val) { - debugger console.log(val) const pos = [val.Latitude, val.Longitude] - window.map.flyTo(pos, 11) + window.map.flyTo(pos, 13) const t1 = setTimeout(async () => { const dataValue = { StoragePlaceId: val.StoragePlaceId -- Gitblit v1.8.0