Revert "EAL4:hardcode password修改"

This reverts commit d0b966013b
This commit is contained in:
王文睿
2021-01-05 11:54:33 +08:00
parent 0c741a220b
commit 567f6f1d1f
13 changed files with 76 additions and 76 deletions

View File

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