From aae6ac39373871cf6fa98a252ab51b6cfe5deb02 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Fri, 13 Nov 2020 10:22:06 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/zhibo.html | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/public/zhibo.html b/public/zhibo.html index d72203b..0aeeefd 100644 --- a/public/zhibo.html +++ b/public/zhibo.html @@ -12,28 +12,8 @@
- -
- -
- -
-
-
-
-
- -
- -
-
-
-
视频通话
-
- - -
-
+ + -- 2.47.2 From a104d4bcd7d8d6d212c7e799130b7185c3b1f1bc Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Fri, 13 Nov 2020 17:07:11 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E4=BA=86=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 9 +++++++++ src/components/LivePlay.vue | 30 ++++++++++++++++++++++++++---- src/components/VideoPlay.vue | 22 +++++++++++++++++++--- src/import-png.d.ts | 4 +++- src/views/regime/VideoInfo.vue | 2 +- 5 files changed, 58 insertions(+), 9 deletions(-) diff --git a/public/index.html b/public/index.html index d0854bb..0ee7c33 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,15 @@ <%= htmlWebpackPlugin.options.title %> + + + + + + + \ No newline at end of file diff --git a/src/components/VideoPlay.vue b/src/components/VideoPlay.vue index 13e12cf..9bc4a99 100644 --- a/src/components/VideoPlay.vue +++ b/src/components/VideoPlay.vue @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/src/import-png.d.ts b/src/import-png.d.ts index 9feb1f7..607160a 100644 --- a/src/import-png.d.ts +++ b/src/import-png.d.ts @@ -18,4 +18,6 @@ declare module 'tim-js-sdk'{ export default value; } -declare var FB: any; \ No newline at end of file +declare var FB: any; + +declare var TCPlayer: any; \ No newline at end of file diff --git a/src/views/regime/VideoInfo.vue b/src/views/regime/VideoInfo.vue index 1057ed7..080218a 100644 --- a/src/views/regime/VideoInfo.vue +++ b/src/views/regime/VideoInfo.vue @@ -1,7 +1,7 @@