congzc 1年前
父节点
当前提交
04e58936af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/components/home/home.vue

+ 1
- 1
src/components/home/home.vue 查看文件

@@ -16,7 +16,7 @@
<div class="module_1">
<!-- <video ref="vidoe" src="../../assets/video/1.mp4" width="100%" height="100%" autoplay muted="muted" loop="loop" /> -->
<!-- <video ref="vidoe" src="https://video.metavatar.cc/sv/d51a6f6-187fa2dff79/d51a6f6-187fa2dff79.mp4" width="100%" height="100%" autoplay muted="muted" loop="loop" /> -->
<div class="vantLoadingBox" style="height: 850px" v-show="!loading">
<div class="vantLoadingBox" style="height: 550px" v-show="!loading">
<van-loading type="spinner" color="#52d4e5" class="vantLoading" />
</div>
<video ref="vidoe" :src="videoUrl" width="100%" height="100%" autoplay muted="muted" loop="loop" />


正在加载...
取消
保存