blue
3 months ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
2 deletions
-
im-uniapp/App.vue
|
|
@ -443,8 +443,7 @@ export default { |
|
|
icon: 'none' |
|
|
icon: 'none' |
|
|
}) |
|
|
}) |
|
|
// 加载离线消息 |
|
|
// 加载离线消息 |
|
|
this.pullPrivateOfflineMessage(this.chatStore.privateMsgMaxId); |
|
|
this.pullOfflineMessage(); |
|
|
this.pullGroupOfflineMessage(this.chatStore.groupMsgMaxId); |
|
|
|
|
|
this.configStore.setAppInit(true); |
|
|
this.configStore.setAppInit(true); |
|
|
}).catch((e) => { |
|
|
}).catch((e) => { |
|
|
console.log(e); |
|
|
console.log(e); |
|
|
|