From 7170a5adff3d48ac589fbb2c67ac6c45684b4393 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期五, 22 四月 2022 14:49:41 +0800 Subject: [PATCH] 注册登录接口 --- src/components/wasmPlayer/index.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/components/wasmPlayer/index.vue b/src/components/wasmPlayer/index.vue index f5de5c1..9f43bdf 100644 --- a/src/components/wasmPlayer/index.vue +++ b/src/components/wasmPlayer/index.vue @@ -460,6 +460,12 @@ this.videoLoading = true; if (this.player.hPlayer == 0) { + console.log(url); + console.log(this.$refs.playCanvas); + console.log(this.isStream); + console.log(this.$refs.timeTrack); + console.log(this.$refs.timeLabel); + console.log(payload); this.player.play( url, this.$refs.playCanvas, -- Gitblit v1.8.0