Commit 531890a0 by MichaelJier

fix

1. ws userInfo userId
parent bac7e090
...@@ -53,6 +53,7 @@ export default { ...@@ -53,6 +53,7 @@ export default {
welcomeInfo: 'welcomeInfo', welcomeInfo: 'welcomeInfo',
channelInfo: 'channelInfo', channelInfo: 'channelInfo',
channelConfig: 'channelConfig', channelConfig: 'channelConfig',
userInfo: 'userInfo',
jumpUrls: 'jumpUrls' jumpUrls: 'jumpUrls'
}), }),
isPeep() { isPeep() {
...@@ -76,7 +77,8 @@ export default { ...@@ -76,7 +77,8 @@ export default {
repeatLimit: 10, repeatLimit: 10,
userInfo: { userInfo: {
"msg": "", "msg": "",
"userId": this.token, "userId": this.userInfo.id || 0,
// "token": this.token,
"id": this.channelInfo.id, "id": this.channelInfo.id,
"type":"live", "type":"live",
"uin": this.channelInfo.uin, "uin": this.channelInfo.uin,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment