袁少华 před 4 roky
rodič
revize
245afe2ee6
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      pages/dashboard/video1.html

+ 4 - 1
pages/dashboard/video1.html

@@ -55,7 +55,10 @@
                 <img id="twoImg" class="imgType" :src="'/upVedio/ABB/'+firstFile" width="100%" />
             </div>
         </div>
-       
+        <div class="row" v-for="task in taskList" id="one" style="margin-left: -25px"> 
+            <video autoplay="true" loop="true" muted="muted" v-if="!task.isImg" id="oneVideo"  class="videoType" :src="'/upVedio/AAA/'+task.fileName"  controls width="100%" height="100%" > </video> 
+            <img v-if="task.isImg" class="imgType" :src="'/upVedio/AAA/'+task.fileName" width="101%" />
+       </div>  
     </div>
 
     <!-- <div class="my-container" id="div-main">