Browse Source

fix: 断线重连失败的bug

master
xsx 3 months ago
parent
commit
922cbefaa6
  1. 3
      im-uniapp/App.vue

3
im-uniapp/App.vue

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

Loading…
Cancel
Save