heyujie
2021-08-20 3b9477e4179ac9fca90a1abeb2cf544155d832bc
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();