bugfix: 解决分屏监控页面初始化设备树控制台报错的问题
parent
57bcf2e699
commit
a72ef2db8e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue