diff --git a/App.vue b/App.vue index 0e7dcf2..6e2bf3b 100644 --- a/App.vue +++ b/App.vue @@ -45,7 +45,7 @@ export default { uni.$on("isGlogin", function (data) { // console.log("app.vue 接收", data); if (uni.getStorageSync("apply-token")) { - that.initWyyx(); + // that.initWyyx(); } }); }, @@ -176,7 +176,7 @@ export default { } } else if (uni.getStorageSync("apply-token") ) { // console.log("IM SDK未初始化,重新初始化..."); - that.initWyyx(); + // that.initWyyx(); } }, 1000); }, @@ -217,11 +217,11 @@ export default { }); } else { // console.log("重连信息不全,重新初始化IM"); - that.initWyyx(); + // that.initWyyx(); } } else { console.log("SDK未初始化,重新初始化IM"); - that.initWyyx(); + // that.initWyyx(); } };