mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-18 19:37:50 +08:00
解决播放录像报错问题
This commit is contained in:
parent
858093fe9a
commit
c0e9676fda
@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user