Browse Source

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

kindring 8 tháng trước cách đây
mục cha
commit
2fcb44b8a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,