648540858
2020-12-17 288059eecd5af4722841b1b1ac0d9131a1f02545
web_src/src/components/gb28181/devicePlayer.vue
@@ -296,7 +296,7 @@
              }).catch(function (e) {});
            that.coverPlaying = false;
            that.convertKey = "";
            if (callback )callback();
            // if (callback )callback();
        },
        playFromStreamInfo: function (realHasAudio, streamInfo) {
@@ -306,7 +306,7 @@
        },
        close: function () {
            console.log('关闭视频');
            if (!this.$refs.videoPlayer){
            if (!!this.$refs.videoPlayer){
              this.$refs.videoPlayer.pause();
            }
            this.videoUrl = '';