This commit is contained in:
2020-08-18 11:40:53 +08:00
parent 9f17c5478c
commit 43e09e977d

View File

@@ -228,7 +228,6 @@ IMService.prototype.connectIM = function () {
this.subscribeFriendsPresence();
}).catch(error => {
console.log('连接失败,请确保网络正常appkey和host正确code:' + error.code + " content:" + error.content);
this.connectIM()
});
} catch (error) {
console.log(12323)