Commit d73c08a6 authored by 张牧越's avatar 张牧越

扬尘噪音联调

parent 03f644c2
File added
......@@ -100,6 +100,14 @@ export function getVideoTreeData() {
method: 'get',
})
}
export function getVideoLiveAddressUrl(cameraId) {
return request({
url: `/pweb/s/camera/liveaddress/${cameraId}`,
method: 'get',
})
}
// early-warning
export function getAIdata() {
......@@ -150,4 +158,19 @@ export function getNoiseDeviceList(params) {
method: 'get',
params
})
}
\ No newline at end of file
}
export function getCurrentMonitorStatis() {
return request({
url: '/pweb/s/env/basedata',
method: 'get',
})
}
export function getWarningMessageList(params) {
return request({
url: '/pweb/s/env/warning/list',
method: 'get',
params
})
}
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment