This commit is contained in:
cansnow
2025-12-24 04:12:56 +08:00
parent f49f1f1ad1
commit f289f79813
26 changed files with 636 additions and 484 deletions
+3
View File
@@ -39,6 +39,9 @@ const mutations = {
const actions = {
async getSelfInfo({ commit }) {
//#ifndef APP
return [];
//#endif
try {
const result = await IMSDK.asyncApi(IMSDK.IMMethods.GetSelfUserInfo,uuidv4(),);
const res = await businessGetUserInfo(result.data.userID);