dedsudiyu hace 2 años
padre
commit
3123740324
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages_manage/workbench/laboratory/monitor.vue

+ 1 - 1
pages_manage/workbench/laboratory/monitor.vue

@@ -352,7 +352,7 @@ export default {
     async GetVideoList(){
       let obj = {
         page:'1',
-        count:'2',
+        count:'10',
         deviceIds:this.itemData.hardwareNUM
       };
       const {data} = await wenchangGetStartList(obj);