|
@@ -443,8 +443,7 @@ export default {
|
|
|
icon: 'none'
|
|
icon: 'none'
|
|
|
})
|
|
})
|
|
|
// 加载离线消息
|
|
// 加载离线消息
|
|
|
- this.pullPrivateOfflineMessage(this.chatStore.privateMsgMaxId);
|
|
|
|
|
- this.pullGroupOfflineMessage(this.chatStore.groupMsgMaxId);
|
|
|
|
|
|
|
+ this.pullOfflineMessage();
|
|
|
this.configStore.setAppInit(true);
|
|
this.configStore.setAppInit(true);
|
|
|
}).catch((e) => {
|
|
}).catch((e) => {
|
|
|
console.log(e);
|
|
console.log(e);
|