shuishen
2021-12-02 ca5a6987d37d1f89111ee4b6b562014cc66eb815
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/Gun',
    method: 'get',
    params: param
  })
}
export const getNewTrack = (param) => {
  return request({
    url: '/api/investigate/gun',
    method: 'get',