Administrator
2022-01-07 39f6cf663d444830a2ccefee7681e06e0e66e239
src/api/map/gun.js
@@ -8,24 +8,7 @@
  })
}
export const getPosition = (param) => {
  return request({
    url: '/api/liveLocation/detail',
    method: 'get',
    params: param
  })
}
export const getTrack = (param) => {
  return request({
    url: '/api/liveLocation/getLocusInfoList',
    method: 'get',
    params: param
  })
}
export const getNewTrack = (param) => {
  return request({
    url: '/api/investigate/gun',
    method: 'get',