添加了退出登录

This commit is contained in:
2020-08-22 16:58:18 +08:00
parent fc4c187702
commit 9361f5bffe
3 changed files with 17 additions and 1 deletions

View File

@@ -226,7 +226,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)