[Update] 更新用户个人信息页面(2)

This commit is contained in:
Bai 2020-05-27 19:54:55 +08:00
parent 251327f8b9
commit bf3f9570ca

View File

@ -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)
} }
}, },
{ {