Explorar el Código

替换监控视频流地址接口

dedsudiyu hace 20 horas
padre
commit
63ed3dfeec
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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
   })