This commit is contained in:
pengxiaolong
2025-07-25 16:39:52 +08:00
parent 7116e57fc3
commit 8580cd18fa
128 changed files with 2991 additions and 411 deletions

View File

@@ -257,7 +257,7 @@ export default {
this.info = res.data;
console.log("userinfo", this.info);
counter.$patch({ myitem: this.info });
goEasylogin(this.$goeasy, String(this.info.id), this.info.headerIcon, this.info.nickName)//登录IM
goEasylogin(this.$goeasy, String(this.info.id), this.info.headerIcon, this.info.nickName)//登录IM
},
});
// setTimeout(() => {
@@ -472,6 +472,7 @@ export default {
data: {
id: item.id,
userId: this.info.id,
from: 1,
},
userInfo: true,
});