解决播放录像报错问题
This commit is contained in:
parent
36849b3172
commit
97105c24f4
@ -425,7 +425,7 @@ export default {
|
|||||||
}).then(function (res) {
|
}).then(function (res) {
|
||||||
var streamInfo = res.data;
|
var streamInfo = res.data;
|
||||||
that.streamId = streamInfo.streamId;
|
that.streamId = streamInfo.streamId;
|
||||||
that.videoUrl = this.getUrlByStreamInfo(streamInfo);
|
that.videoUrl = that.getUrlByStreamInfo(streamInfo);
|
||||||
that.recordPlay = true;
|
that.recordPlay = true;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user