Browse Source

解决播放录像报错问题

pull/110/head
hotleave 4 years ago
parent
commit
c0e9676fda
  1. 2
      web_src/src/components/dialog/devicePlayer.vue

2
web_src/src/components/dialog/devicePlayer.vue

@ -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…
Cancel
Save