perf: history secret

This commit is contained in:
feng
2022-10-31 17:37:21 +08:00
parent f5cc891cc4
commit c03b08e8f2

View File

@@ -26,7 +26,7 @@ export default {
visible: false,
width: '60%',
tableConfig: {
url: `/api/v1/assets/${this.account.id}/histories/`,
url: `/api/v1/assets/account-secrets/${this.account.id}/histories/`,
columns: [
'name', 'version', 'password', 'date_created'
],