lawrencehj
2021-06-22 e4148d9ba90c4699a57fb84170bb383821ac8bcd
web_src/src/components/dialog/devicePlayer.vue
@@ -424,8 +424,9 @@
                        row.endTime
                }).then(function (res) {
                    var streamInfo = res.data;
                    that.app = streamInfo.app;
                    that.streamId = streamInfo.streamId;
                    that.videoUrl = this.getUrlByStreamInfo(streamInfo);
                    that.videoUrl = that.getUrlByStreamInfo(streamInfo);
                    that.recordPlay = true;
                });
            }