-
+
+
@@ -115,7 +115,7 @@ export default {
};
},
computed: {
- ...mapGetters('projectConfig', ['loginProLogo']),
+ ...mapGetters('projectConfig', ['loginProLogo', 'loginProtitle']),
groupId() {
return this.$route.query.group;
},
@@ -514,7 +514,7 @@ export default {
}
});
if (this.groupList && this.groupList[0] && !this.id && !this.privateChatId) {
- this.id = this.groupList[0].id;
+ this.groupClick(this.groupList[0]);
}
});
},
@@ -554,7 +554,9 @@ export default {
} else {
this.privateChatId = this.getPrivateChatId(item);
}
- this.setReadGroup();
+ if (this.getBadge(item.messageList)) {
+ this.setReadGroup();
+ }
},
getPrivateChatId(item) {
let pId = '';