提交 f0bebcce authored 作者: 王鹏飞's avatar 王鹏飞

修改直播回放地址

上级 f8d24260
...@@ -68,7 +68,7 @@ export default { ...@@ -68,7 +68,7 @@ export default {
const live = this.live const live = this.live
if (this.isLiveEnd && this.hasRecord) { if (this.isLiveEnd && this.hasRecord) {
// 查看回放 // 查看回放
return live.record_url return live.record_url.replace(/^http:|^https:/, '')
} else { } else {
// 直播 // 直播
live.user_name = live.user_name || this.nickName live.user_name = live.user_name || this.nickName
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论