Browse Source

完善 打包

million 1 year ago
parent
commit
e2b44374fe
1 changed files with 2 additions and 2 deletions
  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>