Commit d73251e393c4786bbdcfa1c265f7a265e7170419

Authored by fengwotao
1 parent debf998a

feat(src/packages): 优化高德地图标点弹窗和数据展示

... ... @@ -12,7 +12,7 @@ export type dataJsonType = typeof dataJson //data.json类型
12 12 export type dataJsonMarkersType = typeof dataJson.markers[number] //data.json markers类型
13 13
14 14 //标注数据格式
15   -export const fileterDevice = (items: any) => {
  15 +export const filterDevice = (items: any) => {
16 16 const values = items.reduce((acc: any, curr: any) => {
17 17 acc.push({
18 18 name: curr.alias,
... ...