From f644180b7682ed8a495e1a11a49fec05ef76080c Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 8 Sep 2023 17:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/modules/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/store/modules/app.js b/store/modules/app.js index 2580b75..57363f2 100644 --- a/store/modules/app.js +++ b/store/modules/app.js @@ -69,6 +69,7 @@ const actions = { reject(err) }) }).catch((err) => { + commit('LOGOUT') reject(err) }) }else {