mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
fix: 修复资产详情查看账号密码报错问题
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
getAuthInfo() {
|
||||
this.$axios.get(this.url, { disableFlashErrorMsg: true }).then(resp => {
|
||||
this.secretInfo = resp
|
||||
this.sshKeyFingerprint = resp['specific']['ssh_key_fingerprint']
|
||||
this.sshKeyFingerprint = resp?.spec_info
|
||||
this.showSecret = true
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user