feat:完善监控大屏检索功能

This commit is contained in:
zjc
2025-02-17 21:40:08 +08:00
parent c5d72d91e4
commit 497e49df33
5 changed files with 138 additions and 71 deletions

View File

@@ -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({