perf: 账号详情不显示特殊信息

This commit is contained in:
“huailei000”
2023-02-21 11:27:52 +08:00
committed by huailei
parent 93431df62b
commit 1e1533a0c9

View File

@@ -115,7 +115,7 @@ export default {
url: `/api/v1/accounts/accounts/${this.object.id}`,
excludes: [
'asset', 'template', 'privileged', 'secret',
'passphrase', 'specific'
'passphrase', 'specific', 'spec_info'
]
}
},