diff --git a/src/static/map.html b/src/static/map.html
index bd3bd1c..8b81155 100644
--- a/src/static/map.html
+++ b/src/static/map.html
@@ -1236,7 +1236,7 @@
// 定位到点击的坐标
if (currentClickedProject && currentClickedProject.lng && currentClickedProject.lat) {
const point = new BMapGL.Point(currentClickedProject.lng, currentClickedProject.lat);
- locateToPoint(point, 15);
+ locateToPoint(point, 12);
}
}