zhongrj
2024-03-27 cc1c0a396698648256c350f6f0fe2cb2f0b02c7e
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',