From c03b08e8f29fd1ba43dc35657260ffd9c0bb5693 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Mon, 31 Oct 2022 17:37:21 +0800 Subject: [PATCH] perf: history secret --- src/components/AccountListTable/PasswordHistoryDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AccountListTable/PasswordHistoryDialog.vue b/src/components/AccountListTable/PasswordHistoryDialog.vue index 0f2827334..ced686122 100644 --- a/src/components/AccountListTable/PasswordHistoryDialog.vue +++ b/src/components/AccountListTable/PasswordHistoryDialog.vue @@ -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' ],