From 1c7a24d8e699c920b8ac8d53f26f92051f7f94ab Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 6 Mar 2024 15:34:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=BB=BA=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E7=99=BB=E9=99=86=E6=97=B6=EF=BC=8C=E5=87=BA=E7=8E=B0=E7=BC=93?= =?UTF-8?q?=E5=AD=98bug=EF=BC=8C=E5=AF=BC=E8=87=B4DataEase=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=AD=A3=E5=B8=B8=E8=AE=BF=E9=97=AE=20#8124?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/store/modules/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/frontend/src/store/modules/user.js b/core/frontend/src/store/modules/user.js index a49152b1c6..4bb201dd3e 100644 --- a/core/frontend/src/store/modules/user.js +++ b/core/frontend/src/store/modules/user.js @@ -164,6 +164,7 @@ const actions = { resetRouter() commit('RESET_STATE') resolve(res.data) + localStorage.removeItem('passwordModified') }).catch(error => { reject(error) if (error?.response?.data?.message) {