温红权 7 лет назад
Родитель
Сommit
9a9e029598
2 измененных файлов с 2 добавлено и 2 удалено
  1. BIN
      .DS_Store
  2. 2 2
      VisualInspection/js/util/video.js

+ 2 - 2
VisualInspection/js/util/video.js

@@ -53,7 +53,7 @@ function queryVideoLists(videoIds) {
             if (data != null && typeof(data) != "undefined") {
                 var pp = {
                     "videoIds": videoIds,
-                    "cindex": 10,
+                    "cindex": 1,
                     "starttime": startTime,
                     "endtime": endTime,
                     "videos": []
@@ -63,7 +63,7 @@ function queryVideoLists(videoIds) {
                 data.forEach(came => {
 
                     pp.videos.push({
-                        "videoId": came.id,
+                        "videoId": came.device_id,
                         "cametype": came.cameratype,
                         "filetype": came.playtype
                     });