类型:开发
描述:
This commit is contained in:
@@ -146,7 +146,7 @@
|
|||||||
class="item"
|
class="item"
|
||||||
v-for="(item, index) in videoList"
|
v-for="(item, index) in videoList"
|
||||||
:key="index"
|
:key="index"
|
||||||
@click="handleItemVideo(item.hlsUrl, 101, item.handleItemVideo,item)"
|
@click="handleItemVideo(item.hlsUrl, 101, item.cameraIndexCode,item)"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<p class="item-title--primary">
|
<p class="item-title--primary">
|
||||||
|
|||||||
@@ -165,7 +165,7 @@
|
|||||||
class="item"
|
class="item"
|
||||||
v-for="(item, index) in videoList"
|
v-for="(item, index) in videoList"
|
||||||
:key="index"
|
:key="index"
|
||||||
@click="handleItemVideo(item.hlsUrl, 101, item.handleItemVideo,item)"
|
@click="handleItemVideo(item.hlsUrl, 101, item.cameraIndexCode,item)"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<p class="item-title--primary">
|
<p class="item-title--primary">
|
||||||
|
|||||||
Reference in New Issue
Block a user