From 962af1b7b0649b641fc43ff504b0050eb4aff58c Mon Sep 17 00:00:00 2001 From: "978184212@qq.com" <978184212@qq.com> Date: Tue, 16 Dec 2025 17:08:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=82=B9=E8=81=9A=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/maps/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/maps/index.vue b/pages/maps/index.vue index 2ba80a2..f50018f 100644 --- a/pages/maps/index.vue +++ b/pages/maps/index.vue @@ -194,7 +194,7 @@ stationName: item.name, stationCode: item.ids, deviceType: item.type, - joinCluster: true + joinCluster: false //点聚合 }; this.markers.push(markerItem); } @@ -348,7 +348,7 @@ stationType: item.stationType, stationName: item.stationName, stationCode: item.stationCode, - joinCluster: true + joinCluster: false //点聚合 }; this.markers.push(markerItem); } @@ -415,7 +415,7 @@ stationType: item.stationType, stationName: item.stationName, stationCode: item.stationCode, - joinCluster: true, + joinCluster: false //点聚合 }; this.markers.push(markerItem); }