Browse Source

!183 fix: 断线重连失败的bug

Merge pull request !183 from blue/v_3.0.0
master
blue 3 months ago
committed by Gitee
parent
commit
1875011d0b
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
  1. 3
      im-uniapp/App.vue

3
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);

Loading…
Cancel
Save