web_src/src/components/dialog/rtcPlayer.vue
@@ -17,7 +17,11 @@ }, props: ['videoUrl', 'error', 'hasaudio'], mounted () { let paramUrl = decodeURIComponent(this.$route.params.url) this.$nextTick(() =>{ if (typeof (this.videoUrl) == "undefined") { this.videoUrl = paramUrl; } console.log("初始化时的地址为: " + this.videoUrl) this.play(this.videoUrl) })