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
    })
@@ -39,10 +39,11 @@
        params: param
    })
}
export const newPeople = (param) => {
export const getNewPeople = (param) => {
  return request({
      url: '/Escort/getgis.php?acc=7731',
      method: 'get',
      params: param
    url: '/api/liveLocation/detail',
    method: 'get',
    params: param
  })
}