diff --git a/static/imservice.js b/static/imservice.js index 1ed0fe1..661b4a5 100644 --- a/static/imservice.js +++ b/static/imservice.js @@ -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)