Quellcode durchsuchen

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

blue vor 2 Monaten
Ursprung
Commit
1875011d0b
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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);