src/components/player/index.vue @@ -80,6 +80,7 @@ }, watch: { rtspUrl: function (newVal, oldVal) { console.log("new rstp:::", newVal); if (newVal !== oldVal) { if (this.wfs.config) { this.wfs.destroy();