Merge pull request '直播一部分' (#88) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/88
This commit was merged in pull request #88.
This commit is contained in:
2020-10-28 09:34:47 +08:00
5 changed files with 115 additions and 63 deletions

View File

@@ -101,7 +101,10 @@ export default defineComponent({
// todo 修改后报错
function kaishi(){
if(props.info != undefined){
livestart(props.info.liveid)
const id = props.info.liveid;
livestart(id).then(()=>{
router.push("/regime/liveing?id=" + id)
})
}
}
// const liveinfo = ref(props.liveinfo)