From bb572a3de9bc52563962982659e8cc8a36148b1c Mon Sep 17 00:00:00 2001 From: feng626 <1304903146@qq.com> Date: Wed, 8 Jun 2022 19:39:27 +0800 Subject: [PATCH] fix: relogin visible --- src/components/UserConfirmDialog/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/UserConfirmDialog/index.vue b/src/components/UserConfirmDialog/index.vue index 2c24ba7fb..3fbe1ffbf 100644 --- a/src/components/UserConfirmDialog/index.vue +++ b/src/components/UserConfirmDialog/index.vue @@ -58,6 +58,7 @@ export default { backends.sort((a, b) => b.level - a.level) this.ConfirmType = backends[0].name if (this.ConfirmType === 'relogin') { + this.visible = true return this.$message.error(this.$t('auth.ReLogin')) } else if (this.ConfirmType === 'mfa') { this.Label = 'MFA'