解决播放录像报错问题

pull/110/head
hotleave 2021-06-18 11:50:21 +08:00
parent 858093fe9a
commit c0e9676fda
1 changed files with 1 additions and 1 deletions

View File

@ -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;
});
}