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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user