diff --git a/src/api/video/aiBoxVideo.js b/src/api/video/aiBoxVideo.js index 9f443e5..43bc971 100644 --- a/src/api/video/aiBoxVideo.js +++ b/src/api/video/aiBoxVideo.js @@ -7,9 +7,9 @@ const listView=(deptId,projectId)=> { }) } -const getVideoPassage=(deptId,projectId,importance)=> { +const getVideoPassage=(deptId,projectId,passageType,importance)=> { return request({ - url: `/bgscreen/aiBoxVideo/getVideoPassage?deptId=${deptId||0}&projectId=${projectId||0}&importance=${importance}`, + url: `/bgscreen/aiBoxVideo/getVideoPassage?deptId=${deptId||0}&projectId=${projectId||0}&passageType=${passageType}&importance=${importance}`, method: 'get' }) } diff --git a/src/pages/toAIVideoProject.vue b/src/pages/toAIVideoProject.vue index 69c5446..9609619 100644 --- a/src/pages/toAIVideoProject.vue +++ b/src/pages/toAIVideoProject.vue @@ -13,7 +13,7 @@

项目监控

-
{{ cqNum }}
+
{{ 0 }}
@@ -24,7 +24,7 @@

吊钩监控

-
{{ dgNum }}
+
{{ 0 }}
@@ -35,7 +35,7 @@

AI识别监控

-
{{ aiNum }}
+
{{ 0 }}
@@ -46,7 +46,7 @@

离线视频

-
{{ offLineNum }}
+
{{ 0 }}
@@ -54,12 +54,13 @@ -
-
-
- -
+
+ + +
@@ -79,13 +80,13 @@