| | |
| | | :close-on-press-escape="false" |
| | | :close-on-click-modal="false" |
| | | > |
| | | <div style="text-align: center"> |
| | | <video v-if="showVideo" ref="videoPlayer" class="video-js" style="margin: auto auto"></video> |
| | | <div style="text-align: center" v-if="showVideo"> |
| | | <video ref="videoPlayer" class="video-js" style="margin: auto auto"></video> |
| | | </div> |
| | | </el-dialog> |
| | | </div> |
| | |
| | | getVideo(); |
| | | } |
| | | |
| | | |
| | | const handleClose = () => { |
| | | // if(myPlayer.value){ |
| | | // myPlayer.value.dispose(); |
| | | // resourcePath.value = '' |
| | | // } |
| | | showVideo.value = false; |
| | | resourcePath.value = ''; |
| | | dialogVisible.value = false; |
| | | emit("getList") |
| | | |