perf: 修改用户确认

This commit is contained in:
ibuler
2023-11-14 11:33:57 +08:00
committed by 老广
parent 56745ae944
commit bcfa95de06

View File

@@ -150,6 +150,7 @@ export default {
this.title = this.$t('auth.NeedReLogin')
this.visible = true
})
return
}
this.subTypeChoices = data.content
const defaultSubType = this.subTypeChoices.filter(item => !item.disabled)[0]