hotleave
2021-06-18 c0e9676fda509138d2d7fd4cb6204d9175696b7a
解决播放录像报错问题
1个文件已修改
2 ■■■ 已修改文件
web_src/src/components/dialog/devicePlayer.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/dialog/devicePlayer.vue
@@ -425,7 +425,7 @@
                }).then(function (res) {
                    var streamInfo = res.data;
                    that.streamId = streamInfo.streamId;
                    that.videoUrl = this.getUrlByStreamInfo(streamInfo);
                    that.videoUrl = that.getUrlByStreamInfo(streamInfo);
                    that.recordPlay = true;
                });
            }