diff --git a/packages/IntelligentSecurity/components/AiSlwVideo.vue b/packages/IntelligentSecurity/components/AiSlwVideo.vue index dd9de93e..5a5530e1 100644 --- a/packages/IntelligentSecurity/components/AiSlwVideo.vue +++ b/packages/IntelligentSecurity/components/AiSlwVideo.vue @@ -7,12 +7,7 @@ 关闭视频 -
@@ -20,24 +15,13 @@
- +
-
- +
+
- +
@@ -63,19 +47,10 @@
- + - + @@ -128,7 +103,8 @@ computed: { src () { if (this.playbackUrls.length) { - return this.playbackUrls.filter(v => v.id === this.id)[0].playbackUrl + const arr = this.playbackUrls.filter(v => v.id === this.id) + return arr.length ? arr[0].playbackUrl : [] } if (this.isLiveing) {