类型:开发

描述:
This commit is contained in:
2026-01-23 00:06:29 +08:00
parent 72fcf0b531
commit be75778018

View File

@@ -50,6 +50,9 @@ export function getRegionsListApi(data){
// 获取视频播放地址 // 获取视频播放地址
export function getPreviewUrlApi(data) { export function getPreviewUrlApi(data) {
if(data.cameraIndexCode==undefined || !data.cameraIndexCode){
return null;
}
return request({ return request({
url: '/fjtcc-api/api/largeScreen/video/getPreviewUrl', url: '/fjtcc-api/api/largeScreen/video/getPreviewUrl',
method: 'post', method: 'post',
@@ -139,4 +142,4 @@ export function getSpotVisitor(data) {
method: 'get', method: 'get',
data data
}) })
} }