修改 视屏 地址

This commit is contained in:
2020-12-21 16:08:46 +08:00
parent 6719f10c98
commit 5b8deebbd2

View File

@@ -3,7 +3,7 @@
<leftMenu> </leftMenu> <leftMenu> </leftMenu>
<icontent> <icontent>
<video class="video" controls="controls" autoplay="autoplay"> <video class="video" controls="controls" autoplay="autoplay">
<source src="https://139.199.107.181/3d.mp4" type="video/mp4" /> <source src="https://www.bimwe.com/3d.mp4" type="video/mp4" />
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
</icontent> </icontent>
@@ -12,14 +12,14 @@
<script> <script>
export default { export default {
data() { data() {
return {}; return {}
}, }
}; }
</script> </script>
<style scoped> <style scoped>
.video { .video {
width: 100%; width: 100%;
} }
</style> </style>