Compare commits

..

2 Commits

Author SHA1 Message Date
DESKTOP-6C3NK6N\WXS 4b6c589881 锁定MFA验证邮箱加密
continuous-integration/drone/push Build is passing Details
2024-07-31 10:06:54 +08:00
DESKTOP-6C3NK6N\WXS 73a6935fb8 管理后台默认访问页面修改 2024-07-31 10:06:19 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ async function VueInit() {
Vue.prototype.$MFA({
status: "lock",
UserId: my_userid,
EMail: my_EMail,
EMail: res.Result,
username: my_username,
callBack: () => {
closeLock(_vm)

View File

@ -162,7 +162,7 @@ export default {
this.logout();
break;
case "4-4":
this.go("/system");
this.go("/dashboard/list");
break;
case "1":
this.go("/trials/trials-workbench");