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
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pointly-Tel - 高德POI商户查询</title>
<script type="module" crossorigin src="/assets/index-BbrXGaLX.js"></script>
<script type="module" crossorigin src="/assets/index-CB8CRFzz.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C3fajWoH.css">
</head>
<body>
+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])
})
// 范围变更时只重绘圆圈大小,不改变地图视角