|
@@ -46,18 +46,24 @@
|
|
|
|
|
|
<div id="two">
|
|
|
<div style="width: 49%;height: 100%;float:left;margin-left: -20px;margin-right: 10px;">
|
|
|
- <video autoplay="true" loop="true" id="twoVideo" class="videoType" :src="'/upVedio/ABB/'+firstFile" controls width="100%" height="100%" > </video>
|
|
|
+ <video autoplay="true" loop="true" muted="muted" id="twoVideo" class="videoType" :src="'/upVedio/ABB/'+firstFile" controls width="100%" height="100%" > </video>
|
|
|
<img id="twoImg" class="imgType" :src="'/upVedio/ABB/'+firstFile" width="100%" />
|
|
|
</div>
|
|
|
<div style="width: 50%;height: 100%;float:left;" v-for="task in taskList">
|
|
|
- <video autoplay="true" loop="true" id="twoVideo2" v-if="!task.isImg" class="videoType" :src="'/upVedio/ABB/'+task.fileName" controls width="100%" height="100%" > </video>
|
|
|
+ <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="106%" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row" v-for="task in taskList" id="one" style="margin-left: -25px">
|
|
|
- <video autoplay="true" loop="true" v-if="!task.isImg" id="oneVideo" class="videoType" :src="'/upVedio/AAA/'+task.fileName" controls width="100%" height="100%" > </video>
|
|
|
+ <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>
|
|
|
+
|
|
|
+ <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>
|
|
|
|
|
|
|