|
@@ -5,18 +5,7 @@
|
|
|
<el-col :span="24" class="video">
|
|
|
<el-col :span="24" class="top">
|
|
|
<span v-if="dockInfo.room_id == '1006'">
|
|
|
- <video
|
|
|
- id="videoElement"
|
|
|
- autoplay="autoplay"
|
|
|
- controls="controls"
|
|
|
- preload="meta"
|
|
|
- x-webkit-airplay="true"
|
|
|
- webkit-playsinline="true"
|
|
|
- playsinline="true"
|
|
|
- x5-video-player-type="h5"
|
|
|
- x5-video-player-fullscreen="true"
|
|
|
- class="h5video"
|
|
|
- ></video>
|
|
|
+ <video id="videoElement" controls="controls" class="h5video"></video>
|
|
|
</span>
|
|
|
<span v-else>
|
|
|
<video
|