Lawrence
2020-12-16 f4ef375835df1c3507621b2d52edea45729f98e8
web_src/src/components/gb28181/devicePlayer.vue
@@ -306,7 +306,7 @@
        },
        close: function () {
            console.log('关闭视频');
            if (this.$refs.videoPlayer){
            if (!!this.$refs.videoPlayer){
              this.$refs.videoPlayer.pause();
            }
            this.videoUrl = '';