fix:修改 i18n的password 为key 时 替换为pin
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user