zhongrj
2024-03-27 cc1c0a396698648256c350f6f0fe2cb2f0b02c7e
src/api/map/people.js
@@ -27,7 +27,7 @@
export const getTrack = (param) => {
    return request({
        url: '/api/liveLocation/getLocusInfoList',
        url: '/api/locus/pages',
        method: 'get',
        params: param
    })
@@ -38,4 +38,12 @@
        method: 'get',
        params: param
    })
}
}
export const getNewPeople = (param) => {
  return request({
    url: '/api/liveLocation/detail',
    method: 'get',
    params: param
  })
}