| 
					
				 | 
			
			
				@@ -42,8 +42,23 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- <div class="col-lg-4 col-md-4"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </div>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!-- </div>  --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="my-container" id="div-main"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-         
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <div id="two"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+             
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <div style="width: 50%;height: 100%;float:left;margin-left: -25px;margin-right: 5px;" v-for="task in taskList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <video autoplay="true" loop="true" muted="muted" id="twoVideo2"  v-if="!task.isImg" class="videoType" :src="'/upVedio/ABB/'+task.fileName"  controls width="100%" height="100%" > </video>  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <img v-if="task.isImg" class="imgType" :src="'/upVedio/ABB/'+task.fileName" width="100%" />  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <div style="width: 49%;height: 100%;float:left;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <video autoplay="true" loop="true" muted="muted" id="twoVideo" class="videoType" :src="'/upVedio/ABB/'+firstFile"  controls width="106%" height="100%" > </video>  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <img id="twoImg" class="imgType" :src="'/upVedio/ABB/'+firstFile" width="100%" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <!-- <div class="my-container" id="div-main"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div id="two"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div style="width: 49%;height: 100%;float:left;margin-left: -20px;margin-right: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <video autoplay="true" loop="true" muted="muted" id="twoVideo" class="videoType" :src="'/upVedio/ABB/'+firstFile"  controls width="100%" height="100%" > </video>  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -58,13 +73,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <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 class="row" v-for="task in taskList" id="one" style="margin-left: -25px">  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <img v-if="task.isImg" class="imgType" :src="'/upVedio/AAA/'+task.fileName" width="101%" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <video  width="100%" height="100%"  autoplay="true" loop="true" v-if="!task.isImg" id="oneVideo"  controls="controls"  class="videoType"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <source type="video/mp4" :src="'/upVedio/AAA/'+task.fileName" />  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            </video>     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        </div>  --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </div> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!-- jQuery  --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <script src="/lib/jquery.min.js"></script> 
			 |