xiufu
This commit is contained in:
@@ -1032,8 +1032,8 @@ export async function livestop(id: string, roomid: string) {
|
||||
}else{
|
||||
message.error(res.msg)
|
||||
}
|
||||
const luzhi = await get('StopMCUMixTranscode', {roomid});
|
||||
console.log(luzhi)
|
||||
// const luzhi = await get('StopMCUMixTranscode', {roomid});
|
||||
// console.log(luzhi)
|
||||
}
|
||||
export async function luzhi(roomid: string){
|
||||
const res = await get('StartMCUMixTranscode', {roomid});
|
||||
|
||||
@@ -17,7 +17,7 @@ export default defineComponent({
|
||||
const url = ref<string>()
|
||||
if(id && typeof id == 'string'){
|
||||
getliveinfo(parseInt(id)).then((res: any)=>{
|
||||
luzhi(res.roomid)
|
||||
// luzhi(res.roomid)
|
||||
url.value = `/zhibo.html?roomid=${res.roomid}&memberid=${res.memberid}&name=${escape(store.state.userinfo.name)}&liveid=${res.liveid}`
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user