From c636483eef9fcdf1805f6a968914bf95255de2fc Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 26 七月 2023 09:26:33 +0800 Subject: [PATCH] 修改错误 --- store/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/store/index.js b/store/index.js index e9c61e3..c689bdd 100644 --- a/store/index.js +++ b/store/index.js @@ -262,7 +262,7 @@ }) commit('changereconnectNum', 1) dispatch('reconnect') - } else if (state.connectNum > 6 && state.globalisLogin) { + } else if (state.connectNum >= 6 && state.globalisLogin) { commit('changereconnectNum', 1) uni.showToast({ title: '缃戠粶寮傚父,璇风◢鍚庨噸璇�', -- Gitblit v1.9.1