From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +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