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 @@