From da249d54c463288118126140ddcbb1b89cfa1fa1 Mon Sep 17 00:00:00 2001 From: vijay-huang Date: Mon, 25 May 2020 17:09:59 +0800 Subject: [PATCH] =?UTF-8?q?#=E6=9B=B4=E6=94=B9=E5=9C=B0=E5=9B=BEdefault?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/counter/map2.vue | 55 +++++++------------------------------- 1 file changed, 10 insertions(+), 45 deletions(-) diff --git a/src/views/counter/map2.vue b/src/views/counter/map2.vue index a1d1d15..e491b42 100644 --- a/src/views/counter/map2.vue +++ b/src/views/counter/map2.vue @@ -24,53 +24,18 @@ export default { geo: [], defaultPositions: [ { - title: '海洋公园', - position: [114.186739, 22.250872], - count: 66, - signal: 23, - energy: 4333 + title: '貝沙灣五期', + position: [114.137045, 22.254383], + count: 2207, + signal: 22, + energy: 4149 }, { - title: '香港大学', - position: [114.149176, 22.286245], - count: 232, - signal: 23, - energy: 4333 - }, - { - title: '南丫北容村', - position: [114.126261, 22.22863], - count: 87, - signal: 33, - energy: 4333 - }, - { - title: '大帽山', - position: [114.124105, 22.401088], - count: 66, - signal: 23, - energy: 4223 - }, - { - title: '西贡郊野公园', - position: [114.370966, 22.411628], - count: 616, - signal: 23, - energy: 4556 - }, - { - title: '盐田', - position: [114.223565, 22.380771], - count: 66, - signal: 23, - energy: 4433 - }, - { - title: '清水', - position: [114.312821, 22.301076], - count: 2336, - signal: 23, - energy: 4333 + title: '貝沙灣二期', + position: [114.136772, 22.256623], + count: 262, + signal: 25, + energy: 4155 } ] }