fix:修改 i18n的password 为key 时 替换为pin

This commit is contained in:
zhangyu
2021-04-27 10:50:44 +08:00
parent fe6e77a6c3
commit d0a011c292
15 changed files with 84 additions and 74 deletions

View File

@@ -535,7 +535,7 @@ export default {
detail.account = account.user
let loginType = ''
if (account.authType == 1) {
loginType = this.$t('asset.password')
loginType = this.$t('asset.pin')
} else if (account.authType == 2) {
loginType = this.$t('asset.ssh')
}