feat:全局替换 key为password以及pwd的属性 换为 pin

This commit is contained in:
zhangyu
2021-04-27 20:31:54 +08:00
parent 257f27eedc
commit 17ddaa3f64
23 changed files with 189 additions and 187 deletions

View File

@@ -312,9 +312,9 @@ export default {
this.activeStep = 2
this.step = 2
if (response.code == 574004) { // 密码无效
this.$alert(this.$t('setup.invalidpin'), { type: 'warning' })
this.$alert(this.$t('setup.invalidPin'), { type: 'warning' })
} else if (response.code == 574005) {
this.$alert(this.$t('setup.requirepin'), { type: 'warning' })
this.$alert(this.$t('setup.requirePin'), { type: 'warning' })
} else if (response.code == 574002) {
this.$alert(this.$t('setup.invalidCode', { page: this.$t('setup.welcomePage') }), { type: 'warning' })
} else {