feat:完善监控大屏检索功能
This commit is contained in:
@@ -18,6 +18,15 @@ export function getVideoRegionsApi(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获取区域摄像头搜索
|
||||
export function getVideoRegionsSearchApi(data) {
|
||||
return request({
|
||||
url: '/fjtcc-api/api/largeScreen/video/regions/search',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 更新视频资源
|
||||
export function postVideoRemainApi(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user