| | |
| | | <b class="jsmodern-video-fullin" @click="fullScreen" :disable="false"></b> |
| | | |
| | | <!-- 下载 --> |
| | | <i class="el-icon-download jsmodern-video-download" @click="downLoad" style="margin: 9px 0 0 15px"></i> |
| | | <i |
| | | class="el-icon-download jsmodern-video-download" |
| | | @click="downLoad" |
| | | style="margin: 9px 0 0 15px" |
| | | v-show="isAdmin" |
| | | ></i> |
| | | </section> |
| | | |
| | | <!-- 大播放按钮 --> |
| | |
| | | }, |
| | | |
| | | computed: { |
| | | isAdmin() { |
| | | let userInfo = JSON.parse(sessionStorage.getItem("userInfo")) |
| | | return userInfo.username == "Administrator" |
| | | }, |
| | | poster() { |
| | | return "/images/player/player_poster.gif?t=" + Math.random() |
| | | }, |