From e58b12e64791dc4591e26ce895e8f97b60525c0b Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sun, 13 Apr 2025 08:31:22 +0800
Subject: [PATCH] style: 调整样式
---
src/views/Home/useMapAggregation/useMapAggregation.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/Home/useMapAggregation/useMapAggregation.js b/src/views/Home/useMapAggregation/useMapAggregation.js
index 8ffc95a..f1dbbbd 100644
--- a/src/views/Home/useMapAggregation/useMapAggregation.js
+++ b/src/views/Home/useMapAggregation/useMapAggregation.js
@@ -277,7 +277,7 @@
let polygon = {}
- if (item.name == '县') {
+ if (item.name === '县') {
let material = new PolyGradientMaterial({
color: Cesium.Color.fromCssColorString(arrColor[randomInt]),
opacity: 0.7,
--
Gitblit v1.9.3