소스 검색

替换监控视频流地址接口

dedsudiyu 11 시간 전
부모
커밋
3a5df8a124
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/index.js

+ 1 - 1
src/api/index.js

@@ -182,7 +182,7 @@ export async function getBuildingTree(params = {}) {
 
 // ======================== 9. 视频列表 ========================
 export async function getVideoList(params = {}) {
-  const res = await request.post('/laboratory/labScreen/cameraStream', {
+  const res = await request.post('/iot/camera/large/findByCondition', {
     subIds: params.subIds || [], streamType: 0, protocol: params.protocol || 'ws', source: params.source || 3,
     page: params.page || 1, pageSize: params.pageSize || 9
   })