群组基础接口

This commit is contained in:
2022-02-10 18:00:22 +08:00
parent 8656ddef55
commit b9364be40b
5 changed files with 116 additions and 57 deletions

View File

@@ -12,7 +12,6 @@ export default {
contactInfo: (state) => (targetId) => {
if (state.contacts[targetId]) {
const info = state.contacts[targetId]
console.log(targetId, info);
return {
name: info.name,