直播5秒

This commit is contained in:
2020-11-30 11:57:26 +08:00
parent 68fac22bbf
commit a0742923b5
5 changed files with 24 additions and 23 deletions

View File

@@ -275,7 +275,7 @@ export default defineComponent({
}
if(index == 2){
window.location.href="https://api.weibo.com/oauth2/authorize?client_id=2754574056&response_type=code&redirect_uri=https://beelink.theluyuan.com/"
window.location.href="https://api.weibo.com/oauth2/authorize?client_id=2754574056&response_type=code&redirect_uri=https://beelink.theluyuan.com/wblogin"
}
}

View File

@@ -18,7 +18,7 @@ export default defineComponent({
if(id && typeof id == 'string'){
getliveinfo(parseInt(id)).then((res: any)=>{
luzhi(res.roomid)
url.value = `/zhibo.html?roomid=${res.roomid}&memberid=${res.memberid}&name=${escape(store.state.userinfo.name)}$liveid=${res.liveid}`
url.value = `/zhibo.html?roomid=${res.roomid}&memberid=${res.memberid}&name=${escape(store.state.userinfo.name)}&liveid=${res.liveid}`
})
}