Browse Source

initial

pull/19/head
eden 2 years ago
parent
commit
634100c39a
  1. 2
      src/hooks/use-g-map.ts

2
src/hooks/use-g-map.ts

@ -15,7 +15,7 @@ export function useGMapManage () { @@ -15,7 +15,7 @@ export function useGMapManage () {
}).then((AMap) => {
state.aMap = AMap
state.map = new AMap.Map(container, {
center: [113.943225499, 22.577673716],
center: [121.376134, 31.084440],
zoom: 15
})
state.mouseTool = new AMap.MouseTool(state.map)

Loading…
Cancel
Save