Selaa lähdekoodia

!183 fix: 断线重连失败的bug
Merge pull request !183 from blue/v_3.0.0

blue 2 kuukautta sitten
vanhempi
commit
1875011d0b
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      im-uniapp/App.vue

+ 1 - 2
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);