From 6be8ee1cd73e28f65b1b1649a221d673fb767c39 Mon Sep 17 00:00:00 2001 From: hotleave Date: Fri, 18 Jun 2021 11:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=BD=95=E5=83=8F=E5=9B=9E?= =?UTF-8?q?=E6=94=BE=E6=97=A0=E6=B3=95=E8=8E=B7=E5=8F=96=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/web_src/src/components/dialog/devicePlayer.vue b/web_src/src/components/dialog/devicePlayer.vue index 5edcefff..1dfc4610 100644 --- a/web_src/src/components/dialog/devicePlayer.vue +++ b/web_src/src/components/dialog/devicePlayer.vue @@ -424,6 +424,7 @@ export default { row.endTime }).then(function (res) { var streamInfo = res.data; + that.app = streamInfo.app; that.streamId = streamInfo.streamId; that.videoUrl = that.getUrlByStreamInfo(streamInfo); that.recordPlay = true;