保安监管系统-验收版本
shuishen
2021-11-25 1eadecd1867daedc68598cdcc5d179f281c10153
src/api/map/people.js
@@ -38,4 +38,20 @@
        method: 'get',
        params: param
    })
}
}
export const getNewPeople = (param) => {
  return request({
    url: '/api/car/Peo',
    method: 'get',
    params: param
  })
}
export const getNewTark = (param) => {
  return request({
    url: '/api/car/Peog',
    method: 'get',
    params: param
  })
}