温红权 7 жил өмнө
parent
commit
9a9e029598

BIN
.DS_Store


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

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