task#5914 添加报备页面,地图页面

This commit is contained in:
2025-06-06 09:38:55 +08:00
parent 5552b48ec4
commit 899ea612f4
27 changed files with 794 additions and 2 deletions

View File

@ -36,6 +36,7 @@ export function getAddress(mapContext, lnglat) {
} else {
console.log(result)
alert(JSON.stringify(result))
reject(result)
}
})
})
@ -90,6 +91,7 @@ export function getRoad( mapContext, startLng, startLat, endLng, endLat ) {
}
/*
function drawRoute(route, map) {
let path = parseRouteToPath(route)
@ -106,3 +108,4 @@ function drawRoute(route, map) {
map.add(routeLine);
}
*/