xsx 2 месяцев назад
Родитель
Сommit
922cbefaa6
1 измененных файлов с 1 добавлено и 2 удалено
  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);