xiangpei
2024-09-03 16eb67ab6b103663d30cad9ba74360f982e131cb
src/api/platform/threshold.js
@@ -12,7 +12,7 @@
// 查询运维阈值详细
export function getVideo(id) {
  return request({
    url: '/threshold/video' + id,
    url: '/threshold/video/' + id,
    method: 'get'
  })
}
@@ -20,7 +20,7 @@
// 查询运维阈值详细
export function getCar(id) {
  return request({
    url: '/threshold/car' + id,
    url: '/threshold/car/' + id,
    method: 'get'
  })
}
@@ -28,7 +28,7 @@
// 查询运维阈值详细
export function getFace(id) {
  return request({
    url: '/threshold/face' + id,
    url: '/threshold/face/' + id,
    method: 'get'
  })
}