直播一部分

This commit is contained in:
2020-10-28 09:34:02 +08:00
parent e5189222ba
commit 36d2ee935a
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)