|
@@ -424,6 +424,7 @@ export default {
|
|
|
row.endTime
|
|
row.endTime
|
|
|
}).then(function (res) {
|
|
}).then(function (res) {
|
|
|
var streamInfo = res.data;
|
|
var streamInfo = res.data;
|
|
|
|
|
+ that.app = streamInfo.app;
|
|
|
that.streamId = streamInfo.streamId;
|
|
that.streamId = streamInfo.streamId;
|
|
|
that.videoUrl = that.getUrlByStreamInfo(streamInfo);
|
|
that.videoUrl = that.getUrlByStreamInfo(streamInfo);
|
|
|
that.recordPlay = true;
|
|
that.recordPlay = true;
|