mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-27 15:37:50 +08:00
web: 实时监控改为.wss_flv
This commit is contained in:
parent
b723fc5252
commit
3b04d1dad5
@ -178,7 +178,7 @@
|
|||||||
console.log(res)
|
console.log(res)
|
||||||
if (res.data.code == 0 && res.data.data) {
|
if (res.data.code == 0 && res.data.data) {
|
||||||
itemData.playUrl = res.data.data.httpsFlv
|
itemData.playUrl = res.data.data.httpsFlv
|
||||||
that.setPlayUrl(res.data.data.ws_flv,idxTmp)
|
that.setPlayUrl(res.data.data.wss_flv,idxTmp)
|
||||||
}else {
|
}else {
|
||||||
that.$message.error(res.data.msg);
|
that.$message.error(res.data.msg);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user