浏览代码

完善 打包

million 1 年之前
父节点
当前提交
e2b44374fe
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/HomeView.vue

+ 2 - 2
src/views/HomeView.vue

@@ -23,9 +23,9 @@ const toPage = (url:string) => {
         <img class="left" v-show="sunStore.sun" src="../assets/home/header.svg" alt="header">
       </div>
       <div class="right">
-        <video v-show="!sunStore.sun" autoplay="autoplay" playsinline="playsinline" muted="muted" width="640" height="640" src="../media/0727(7).mp4">
+        <video v-show="!sunStore.sun" autoplay muted width="640" height="640" src="../media/0727(7).mp4">
         </video>
-        <video v-show="sunStore.sun" autoplay="autoplay" playsinline="playsinline" muted="muted" width="640" height="640" src="../media/0727(12).mp4">
+        <video v-show="sunStore.sun" autoplay muted width="640" height="640" src="../media/0727(12).mp4">
         </video>
       </div>
     </div>