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

扬尘噪音联调

parent 03f644c2
File added
...@@ -100,6 +100,14 @@ export function getVideoTreeData() { ...@@ -100,6 +100,14 @@ export function getVideoTreeData() {
method: 'get', method: 'get',
}) })
} }
export function getVideoLiveAddressUrl(cameraId) {
return request({
url: `/pweb/s/camera/liveaddress/${cameraId}`,
method: 'get',
})
}
// early-warning // early-warning
export function getAIdata() { export function getAIdata() {
...@@ -151,3 +159,18 @@ export function getNoiseDeviceList(params) { ...@@ -151,3 +159,18 @@ export function getNoiseDeviceList(params) {
params params
}) })
} }
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