Commit 94c8dac2 authored by 乐宝呗666's avatar 乐宝呗666

隐藏下载视频按钮

parent 9a475c96
This diff is collapsed.
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
"core-js": "^3.6.5", "core-js": "^3.6.5",
"crypto-js": "^4.0.0", "crypto-js": "^4.0.0",
"echarts": "^4.8.0", "echarts": "^4.8.0",
"js-base64": "^3.6.0",
"qs": "^6.10.1", "qs": "^6.10.1",
"vant": "^2.12.6", "vant": "^2.12.6",
"vue": "^2.6.11", "vue": "^2.6.11",
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
<span v-for="(s, i) in item.videos" :key="i"> <span v-for="(s, i) in item.videos" :key="i">
<video <video
controls controls
controlsList='nodownload noremote footbar'
width="100%" width="100%"
height="100%" height="100%"
poster="@/assets/images/applets/video.png" poster="@/assets/images/applets/video.png"
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
<span class="file-box" v-for="(s, i) in item.videoList" :key="i"> <span class="file-box" v-for="(s, i) in item.videoList" :key="i">
<video <video
controls controls
controlsList='nodownload noremote footbar'
width="100%" width="100%"
height="100%" height="100%"
poster="@/assets/images/applets/video.png" poster="@/assets/images/applets/video.png"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment