From c0e9676fda509138d2d7fd4cb6204d9175696b7a Mon Sep 17 00:00:00 2001 From: hotleave Date: Fri, 18 Jun 2021 11:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=92=AD=E6=94=BE=E5=BD=95?= =?UTF-8?q?=E5=83=8F=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/dialog/devicePlayer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/src/components/dialog/devicePlayer.vue b/web_src/src/components/dialog/devicePlayer.vue index bc6d3e80..5edcefff 100644 --- a/web_src/src/components/dialog/devicePlayer.vue +++ b/web_src/src/components/dialog/devicePlayer.vue @@ -425,7 +425,7 @@ export default { }).then(function (res) { var streamInfo = res.data; that.streamId = streamInfo.streamId; - that.videoUrl = this.getUrlByStreamInfo(streamInfo); + that.videoUrl = that.getUrlByStreamInfo(streamInfo); that.recordPlay = true; }); }