From d5df8ffb9750397861d94e99c8e965006b6bdf34 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Thu, 31 Oct 2024 13:39:00 +0800 Subject: [PATCH] uu --- store/modules/user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store/modules/user.js b/store/modules/user.js index 350fdca..fa679ab 100644 --- a/store/modules/user.js +++ b/store/modules/user.js @@ -83,8 +83,8 @@ export default { } const resInfo = await apiService.getInfoByApp() - const { userld, nickName } = resInfo.user - const kefuRes = await apiService.getOnlineKefuH5Url({ userld, nickName }) + const { userId, nickName } = resInfo.user + const kefuRes = await apiService.getOnlineKefuH5Url({ userId, nickName }) const info = { ...resInfo.user, roles: resInfo.user,