EAL4:hardcode password修改

This commit is contained in:
wangwenrui
2020-12-22 18:17:22 +08:00
parent 749b529d00
commit d0b966013b
13 changed files with 76 additions and 76 deletions

View File

@@ -667,7 +667,7 @@
detail.account = account.user;
let loginType = "";
if (account.authType == 1) {
loginType = this.$t('asset.password');
loginType = this.$t('asset.mima');
} else if (account.authType == 2) {
loginType = this.$t('asset.ssh');
}