修改 视屏 地址

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>
<icontent>
<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.
</video>
</icontent>
@@ -12,14 +12,14 @@
<script>
export default {
data() {
return {};
},
};
data() {
return {}
}
}
</script>
<style scoped>
.video {
width: 100%;
width: 100%;
}
</style>