From c19ef24ec9f8bc689188d2b216f0eca85863af05 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Wed, 15 May 2024 16:40:17 +0800 Subject: [PATCH] perf: User personal settings mfa new window opens --- src/views/profile/ProfileInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/profile/ProfileInfo.vue b/src/views/profile/ProfileInfo.vue index c65405d97..aa54ccaf6 100644 --- a/src/views/profile/ProfileInfo.vue +++ b/src/views/profile/ProfileInfo.vue @@ -143,7 +143,7 @@ export default { }, callbacks: { click: function() { - window.location.href = `/core/auth/profile/mfa/` + window.open('/core/auth/profile/mfa/', '_blank') } } },