|
@@ -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">
|