feat:完善首页功能

This commit is contained in:
zjc
2025-01-10 18:07:31 +08:00
parent 9ee304c8c2
commit 880db48579
18 changed files with 618 additions and 364 deletions

View File

@@ -7,6 +7,9 @@ export function useMap() {
map.value = new BMapGL.Map(id)
map.value.centerAndZoom(new BMapGL.Point(lat, lng), scale)
map.value.enableScrollWheelZoom(true)
map.value.setMapStyleV2({
styleId: '23c9fb8e1c604995f97f0f1cebd7036f'
})
if (satellite) map.value.setMapType(BMAP_SATELLITE_MAP)
}