修改
This commit is contained in:
parent
3c2871988d
commit
536a5f9a4c
@ -49,8 +49,7 @@
|
||||
if (resp.code == 200) {
|
||||
this.roomId = resp.msg
|
||||
this.src =
|
||||
`https://msg.xinyilu.cn?userId=5&userName=王晓燕&userSig=eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zLBwqZQweKU7MSCgswUJStDMwMgMLM0MYHIpFYUZBalAsVNTU2NgDIQ0ZLMXJCYmaWlsZGRoYUh1JTMdKCZFgGhHiGlhkWBZR6mKanpAVW*bpVuMfpGeY5epUZVad6G5qZBjgGZzk6GvqG2SrUAMZovIA__&roomId=456789`
|
||||
console.log(this.src)
|
||||
`https://msg.xinyilu.cn?userId=${this.userId}&userName=${this.userName}&userSig=${this.userSig}&roomId=${this.roomId}`
|
||||
} else if (resp.code == 500) {
|
||||
this.$refs.uToast.show({
|
||||
title: resp.msg,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user