From 11171060a02fff5fca5d8d143b97c17a41d263b0 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 10 Mar 2026 17:39:16 +0800 Subject: [PATCH] no message --- App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(); } };