bugfix: 解决分屏监控页面初始化设备树控制台报错的问题

pull/1234/head
xiaoQQya 2023-12-26 10:28:27 +08:00
parent 57bcf2e699
commit a72ef2db8e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
@click="playerIdx = (i-1)">
<div v-if="!videoUrl[i-1]" style="color: #ffffff;font-size: 30px;font-weight: bold;">{{ i }}</div>
<player ref="player" v-else :videoUrl="videoUrl[i-1]" fluent autoplay @screenshot="shot"
@destroy="destroy"/>
@destroy="destroy" :auto-play="true"/>
</div>
</div>
</el-main>