mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-05 11:16:35 +00:00
[Update] 更新用户个人信息页面(2)
This commit is contained in:
parent
251327f8b9
commit
bf3f9570ca
@ -51,10 +51,12 @@ export default {
|
|||||||
title: this.$t('assets.UpdateMFA'),
|
title: this.$t('assets.UpdateMFA'),
|
||||||
attrs: {
|
attrs: {
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
label: this.$t('common.Reset')
|
label: this.$t('common.Update')
|
||||||
},
|
},
|
||||||
callbacks: {
|
callbacks: {
|
||||||
click: function() {}
|
click: function() {
|
||||||
|
window.location.href = `/users/profile/otp/update/?next=${this.$route.fullPath}`
|
||||||
|
}.bind(this)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user