uu
This commit is contained in:
parent
e5c69edf56
commit
d5df8ffb97
@ -83,8 +83,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const resInfo = await apiService.getInfoByApp()
|
const resInfo = await apiService.getInfoByApp()
|
||||||
const { userld, nickName } = resInfo.user
|
const { userId, nickName } = resInfo.user
|
||||||
const kefuRes = await apiService.getOnlineKefuH5Url({ userld, nickName })
|
const kefuRes = await apiService.getOnlineKefuH5Url({ userId, nickName })
|
||||||
const info = {
|
const info = {
|
||||||
...resInfo.user,
|
...resInfo.user,
|
||||||
roles: resInfo.user,
|
roles: resInfo.user,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user