From e8e2434dbd6ef7c2c840eba0d815a1985a33006c Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Thu, 21 Jan 2021 12:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=83=E7=89=9B=E4=BA=91=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=8F=8A=E5=85=B3=E9=97=AD=E8=A7=86=E9=A2=91=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi_train/video_study/detail.vue | 2 +- ruoyi/src/main/resources/application.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/benyi_train/video_study/detail.vue b/ruoyi-ui/src/views/benyi_train/video_study/detail.vue index 540a28df3..50537411a 100644 --- a/ruoyi-ui/src/views/benyi_train/video_study/detail.vue +++ b/ruoyi-ui/src/views/benyi_train/video_study/detail.vue @@ -124,7 +124,7 @@ export default { this.information = response.data.information; //console.log(response.data); this.playerOptions = { - autoplay: true, + autoplay: false, muted: true, language: "zh-CN", playbackRates: [0.7, 1.0, 1.5, 2.0], diff --git a/ruoyi/src/main/resources/application.yml b/ruoyi/src/main/resources/application.yml index 7d550727e..1cc845678 100644 --- a/ruoyi/src/main/resources/application.yml +++ b/ruoyi/src/main/resources/application.yml @@ -126,5 +126,6 @@ file: key: 3leP0wEJvWdIck7x4QyzA3lS_Ua8eiFOUEDUro30 secret: key: auEPimrlHeCBJFc8fcT3s8bOBULKwH_zK95xpQzV - domain: https://files.benyiedu.com/ +# domain: https://files.benyiedu.com/ + domain: http://video.benyiedu.com/ bucket: bywebfile