|
@@ -459,7 +459,7 @@ export default {
|
|
item.liveUrl = item.monitorLiveUrl
|
|
item.liveUrl = item.monitorLiveUrl
|
|
? `${domain}/live/${item.monitorLiveUrl.toLowerCase()}.flv`
|
|
? `${domain}/live/${item.monitorLiveUrl.toLowerCase()}.flv`
|
|
: "";
|
|
: "";
|
|
-
|
|
|
|
|
|
+ item.progress = item.progress ? item.progress * 100 : 0;
|
|
return item;
|
|
return item;
|
|
});
|
|
});
|
|
|
|
|