|
@@ -336,7 +336,7 @@ const sendDevicePush = (itemData, targetIndex = null) => {
|
|
|
if (window.location.protocol === 'http:') {
|
|
if (window.location.protocol === 'http:') {
|
|
|
itemData.playUrl = res.playurl
|
|
itemData.playUrl = res.playurl
|
|
|
} else {
|
|
} else {
|
|
|
- itemData.playUrl = playurl
|
|
|
|
|
|
|
+ itemData.playUrl = res.playurl
|
|
|
}
|
|
}
|
|
|
itemData.streamId = res.streamId
|
|
itemData.streamId = res.streamId
|
|
|
setPlayUrl(itemData.playUrl, playIndex) // 播放URL设置到指定位置
|
|
setPlayUrl(itemData.playUrl, playIndex) // 播放URL设置到指定位置
|