From c69722491c4588dd1f85caca7a2ce1b4ffe952e7 Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Fri, 25 Feb 2022 15:07:04 +0800 Subject: [PATCH] ... --- store/modules/im.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/store/modules/im.js b/store/modules/im.js index 10bfeac..01e2b92 100644 --- a/store/modules/im.js +++ b/store/modules/im.js @@ -47,14 +47,10 @@ export default { name: contactInfo.name, portraitUrl: contactInfo.portraitUrl } -<<<<<<< HEAD - } -======= }, setContactRemark(state, contactInfo) { Vue.set(state.contacts, contactInfo.targetId, contactInfo) } ->>>>>>> 013c030963aef06a00ac33d5f767cbd97ef2ceac }, actions: { setContactRemark({