From c0e9676fda509138d2d7fd4cb6204d9175696b7a Mon Sep 17 00:00:00 2001 From: hotleave <hotleave@gmail.com> Date: 星期五, 18 六月 2021 11:50:21 +0800 Subject: [PATCH] 解决播放录像报错问题 --- web_src/src/components/dialog/devicePlayer.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/dialog/devicePlayer.vue b/web_src/src/components/dialog/devicePlayer.vue index bc6d3e8..5edceff 100644 --- a/web_src/src/components/dialog/devicePlayer.vue +++ b/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; }); } -- Gitblit v1.8.0