袁少华 4 năm trước cách đây
mục cha
commit
245afe2ee6
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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">