Compare commits
2 Commits
ec96011d4b
...
4b6c589881
Author | SHA1 | Date |
---|---|---|
|
4b6c589881 | |
|
73a6935fb8 |
|
@ -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)
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue