From 7e79ee273c7851535ba9c7a78a42f9f073439fd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BB=99=E6=88=91?= <2731628804@qq.com>
Date: Wed, 14 Jan 2026 20:08:25 +0800
Subject: [PATCH] 123
---
src/components/GdMap/mapUtil.js | 3 +-
.../peopleManag/CheckpointAnalysis/index.vue | 74 +++++++++++++------
src/views/home/index.vue | 6 +-
3 files changed, 59 insertions(+), 24 deletions(-)
diff --git a/src/components/GdMap/mapUtil.js b/src/components/GdMap/mapUtil.js
index ee285d1..1ab5226 100644
--- a/src/components/GdMap/mapUtil.js
+++ b/src/components/GdMap/mapUtil.js
@@ -572,7 +572,7 @@ export function MapUtil(map) {
if (!coords) return;
if (isclear) _that.removeElement(flag)
if (!_that._self[flag]) _that._self[flag] = [];
- let color1 = color ? color : 'rgba(29,237,245,0.6)'
+ let color1 = color ? color : 'rgba(234, 245, 29, 0.6)'
let linecolor1 = linecolor ? linecolor : 'rgba(29,237,245,0.6)'
let style = {
color: color1,
@@ -599,7 +599,6 @@ export function MapUtil(map) {
// 多边形
if (type == 'polygon') maker = map.createPolygon(coords, style);
_that._self[flag].push(maker);
-
maker.addEventListener("click", (val) => {
if (flag == 'xfq') {
maker.highlight(val.id) //高亮展示
diff --git a/src/views/backOfficeSystem/peopleManag/CheckpointAnalysis/index.vue b/src/views/backOfficeSystem/peopleManag/CheckpointAnalysis/index.vue
index 582a21b..0e8d226 100644
--- a/src/views/backOfficeSystem/peopleManag/CheckpointAnalysis/index.vue
+++ b/src/views/backOfficeSystem/peopleManag/CheckpointAnalysis/index.vue
@@ -51,16 +51,17 @@