fix: BUG修改

This commit is contained in:
kun 2024-04-01 14:13:13 +08:00
parent fdc5a25879
commit c23ab05a88

View File

@ -212,7 +212,7 @@
<el-carousel-item v-for="(item, index) in detailData.videoList" :key="item.id">
<div style="width: 100%; height: 100%">
<ckplayerComp
:name="0"
:name="index"
:poster="''"
:deviceIp="`http://${item.account}:${item.password}`"
:videoUrls="item.serialNumber"