From de313e9b52ca54ef71ea1da089701b3d65565715 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Fri, 9 Aug 2024 11:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=94=81=E5=B1=8F=E4=BA=8C?= =?UTF-8?q?=E6=AC=A1=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/main.js b/src/main.js index 762ef18e..aacc85f9 100644 --- a/src/main.js +++ b/src/main.js @@ -440,22 +440,22 @@ async function VueInit() { done() }, 500) } - if (eval(process.env.VUE_APP_LOCK_FOR_PERMISSION_MFA)) { - sendMFAEmail({ UserId: my_userid, MfaType: 1 }).then((res) => { - done(); - Vue.prototype.$MFA({ - status: "lock", - UserId: my_userid, - EMail: res.Result, - username: my_username, - callBack: () => { - closeLock(_vm) - }, - }) - }) - } else { - closeLock(_vm) - } + // if (eval(process.env.VUE_APP_LOCK_FOR_PERMISSION_MFA)) { + // sendMFAEmail({ UserId: my_userid, MfaType: 1 }).then((res) => { + // done(); + // Vue.prototype.$MFA({ + // status: "lock", + // UserId: my_userid, + // EMail: res.Result, + // username: my_username, + // callBack: () => { + // closeLock(_vm) + // }, + // }) + // }) + // } else { + closeLock(_vm) + // } } else { // console.log(111)