Browse Source

feat: 录像回放支持音频
1. 录像回放支持音频播放

kindring 8 months ago
parent
commit
2fcb44b8a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web_src/src/components/GBRecordDetail.vue

+ 1 - 1
web_src/src/components/GBRecordDetail.vue

@@ -194,7 +194,7 @@ export default {
       channelId: this.$route.params.channelId,
       recordsLoading: false,
       streamId: "",
-      hasAudio: false,
+      hasAudio: true,
       allDetailFiles: [],
       // detailFiles: [],
       chooseDate: null,