From 940a860352df4e0c8d4e7f56db9a947a6c78850d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 26 Dec 2024 13:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=96=B0=E5=A2=9E=E5=8F=82=E6=95=B0IdentityUserId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index b99d4dcb..dae8780b 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -261,7 +261,8 @@ const actions = { try { removeToken() // must remove token first await loginOut({ - Userd: zzSessionStorage.getItem('userId') + UserRoleId: zzSessionStorage.getItem('userId'), + IdentityUserId: zzSessionStorage.getItem('identityUserId'), }) resetRouter() removeName()