Browse Source

lz修改2-20230728

pull/19/head
李钊 2 years ago
parent
commit
9a387003f2
  1. 2
      src/hooks/use-g-map-cover.ts

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

@ -95,7 +95,7 @@ export function useGMapCover () { @@ -95,7 +95,7 @@ export function useGMapCover () {
store.state.Layers.forEach(item => {
item.elements.forEach(item2 => {
if (item2.id == data.id) {
item2.around = around
item2.around = dis
}
})
})

Loading…
Cancel
Save