Commit c0e9676fda509138d2d7fd4cb6204d9175696b7a

Authored by hotleave
1 parent 858093fe

解决播放录像报错问题

web_src/src/components/dialog/devicePlayer.vue
@@ -425,7 +425,7 @@ export default { @@ -425,7 +425,7 @@ export default {
425 }).then(function (res) { 425 }).then(function (res) {
426 var streamInfo = res.data; 426 var streamInfo = res.data;
427 that.streamId = streamInfo.streamId; 427 that.streamId = streamInfo.streamId;
428 - that.videoUrl = this.getUrlByStreamInfo(streamInfo); 428 + that.videoUrl = that.getUrlByStreamInfo(streamInfo);
429 that.recordPlay = true; 429 that.recordPlay = true;
430 }); 430 });
431 } 431 }