From 6e1d07ee95cf97adbd8b22a1968963107c9974a2 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 20 Jan 2025 17:32:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E9=A1=B5=E7=AD=BE=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=B8=85=E6=A5=9A=E7=BC=93=E5=AD=98uerId=E5=92=8CidentityUserI?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 79431359..21f33813 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -437,6 +437,8 @@ export default { // // this.$alert(this.$t('login:message:login4'), this.$t('common:title:warning')) // this.$message.warning(this.$t('login:message:login4')) // } + zzSessionStorage.removeItem('userId') + zzSessionStorage.removeItem('identityUserId') this.changeRoleLogin() }) .catch(() => {