feat: 升级 Jessibuca 播放器到 2023-09-15 v3.1.36 版本,优化部分配置

This commit is contained in:
xiaoQQya
2023-10-25 17:44:07 +08:00
parent 2bb7e23601
commit e1d604a560
4 changed files with 73 additions and 132 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div id="devicePlayer" v-loading="isLoging">
<el-dialog title="视频播放" top="0" :close-on-click-modal="false" :visible.sync="showVideoDialog" @close="close()">
<el-dialog title="视频播放" top="0" :close-on-click-modal="false" :visible.sync="showVideoDialog" @close="close()" v-if="showVideoDialog">
<div style="width: 100%; height: 100%">
<el-tabs type="card" :stretch="true" v-model="activePlayer" @tab-click="changePlayer" v-if="Object.keys(this.player).length > 1">
<!-- <el-tab-pane label="LivePlayer" name="livePlayer">-->