Sfoglia il codice sorgente

替换监控视频流地址接口

dedsudiyu 11 ore fa
parent
commit
3a5df8a124
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
   })