This commit is contained in:
bb_pan 2025-05-28 14:46:12 +08:00
parent f79df88712
commit e08a09a30f
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ const getMapDataList = async () => {
if (res) {
let { longitude, latitude } = wgs84ToGcj02ToBd09Public(res.longitude, res.latitude)
mapData.value = res
// mapData.value.longitude = longitude
// mapData.value.latitude = latitude
mapData.value.longitude = longitude
mapData.value.latitude = latitude
console.log('🚀 ~ getMapDataList ~ longitude:', longitude, latitude)
points.value = [
{