This commit is contained in:
2026-07-30 15:07:51 +08:00
parent f41ec31852
commit be76eaf2b1
3 changed files with 8 additions and 7 deletions
+1
View File
@@ -294,6 +294,7 @@ watch(city, (val, oldVal) => {
centerLat.value = 0
centerLng.value = 0
mapRef.value.clearRadiusCircle()
mapRef.value.flyTo(coord[0], coord[1])
})
// 范围变更时只重绘圆圈大小,不改变地图视角