From 75d1967ebe06aa70a3ebf757bd1ccda6eb67818a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 17 Jan 2026 15:29:00 +0800
Subject: [PATCH] feat:调整行政区划初始化样式
---
applications/mobile-web-view/src/hooks/useAreaBoundary.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/applications/mobile-web-view/src/hooks/useAreaBoundary.js b/applications/mobile-web-view/src/hooks/useAreaBoundary.js
index c62c508..d824c29 100644
--- a/applications/mobile-web-view/src/hooks/useAreaBoundary.js
+++ b/applications/mobile-web-view/src/hooks/useAreaBoundary.js
@@ -71,7 +71,7 @@
geoJsonLayer && map.removeLayer(geoJsonLayer)
geoJsonLayer = L.geoJSON(row.gJson, {
style: feature => ({
- color: '#37D2D5', // 边界线颜色
+ color: '#00F9EC', // 边界线颜色
weight: 2, // 边界线宽度
fillOpacity: 0, // 填充透明度
}),
--
Gitblit v1.9.3