From 9f6f44812e7590d5a506e891288c5388894ef090 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 21 Mar 2023 10:35:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E7=99=BB=E9=99=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/utils/modules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/utils/modules.js b/src/components/utils/modules.js index 5e3d997..2486c22 100644 --- a/src/components/utils/modules.js +++ b/src/components/utils/modules.js @@ -97,7 +97,7 @@ export const user = { uni.navigateTo({url: modulePath}); } else if (checkType == 4) { if (!token) { - return dispatch('autoLogin').then(() => dispatch('authCheck', { checkType, modulePath })); + return dispatch('autoLogin', { loginWay: 'qujing' }).then(() => dispatch('authCheck', { checkType, modulePath })); } if (!userInfo.areaId) { return uni.showModal({