From 9d43e7051075f1fc1b2fee680a79f90becddd63f Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期三, 12 一月 2022 17:53:52 +0800
Subject: [PATCH] tab禁用
---
src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue b/src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue
index d9705db..ac57407 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue
@@ -207,6 +207,7 @@
},
mounted() {
this.$nextTick(() => {
+ // console.log('player marks',this.markers);
this.init();
});
},
@@ -254,6 +255,7 @@
scriptTag.addEventListener("load", () => {
this.initPlayer();
});
+ // return this.getDuration()
},
/**
@@ -271,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) {
--
Gitblit v1.8.0