heyujie
2021-03-24 6e3d8234a4b1bae86b3c896468e20ea9f13c7fb7
src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue
@@ -207,7 +207,7 @@
  },
  mounted() {
    this.$nextTick(() => {
      console.log('player marks',this.markers);
      // console.log('player marks',this.markers);
      this.init();
    });
  },
@@ -255,6 +255,7 @@
      scriptTag.addEventListener("load", () => {
        this.initPlayer();
      });
      // return this.getDuration()
    },
    /**
@@ -272,7 +273,7 @@
        if (this.source) this.config.source = this.source; //播放源
        this.config.id = this.playerId; //赋值播放器容器id
        this.config.progressMarkers = this.markers; // 标注
        console.log("alipayer config", this.config);
        // console.log("alipayer config", this.config);
        this.player && this.player.dispose();   //防止实例的重复
        this.player = Aliplayer(this.config);
        for (const ev in this.events) {