This commit is contained in:
luyuan 2020-08-18 11:40:53 +08:00
parent 9f17c5478c
commit 43e09e977d
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

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