dedsudiyu 2 年 前
コミット
3123740324
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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);