fuliqi
2024-08-20 a6842851a844e63a8766d63c5410a8e2f27a7d45
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'
  })
}