Преглед изворни кода

替换监控视频流地址接口

dedsudiyu пре 1 дан
родитељ
комит
63ed3dfeec
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/api/screen.js

+ 3 - 3
src/api/screen.js

@@ -140,11 +140,11 @@ export function getMonitorTree(data = {}) {
 
 /**
  * 9. 实时监控 - 摄像头流地址
- * POST /laboratory/labScreen/cameraStream
+ * POST /iot/camera/large/findByCondition
  */
 export function getCameraStream(data) {
   return request({
-    url: '/laboratory/labScreen/cameraStream',
+    url: '/iot/camera/large/findByCondition',
     method: 'post',
     data
   })
@@ -156,7 +156,7 @@ export function getCameraStream(data) {
  */
 export function getCameraList(data = {}) {
   return request({
-    url: '/laboratory/labScreen/cameraStream',
+    url: '/iot/camera/large/findByCondition',
     method: 'post',
     data
   })