From 171d35f33ef73c6ad8df28bda35c356443796b20 Mon Sep 17 00:00:00 2001 From: wt Date: Wed, 13 Aug 2025 10:36:15 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20Claude=20Console=20=E8=B4=A6=E6=88=B7?= =?UTF-8?q?=E7=9A=84=E9=99=90=E6=B5=81=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/admin-spa/src/components/accounts/AccountForm.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/admin-spa/src/components/accounts/AccountForm.vue b/web/admin-spa/src/components/accounts/AccountForm.vue index 06dc62aa..2618dd1f 100644 --- a/web/admin-spa/src/components/accounts/AccountForm.vue +++ b/web/admin-spa/src/components/accounts/AccountForm.vue @@ -355,8 +355,8 @@ @@ -529,8 +529,8 @@ @@ -1115,8 +1115,8 @@ @@ -1234,8 +1234,8 @@ @@ -1443,7 +1443,7 @@ const form = ref({ return '' })(), userAgent: props.account?.userAgent || '', - enableRateLimit: props.account ? (props.account.rateLimitDuration > 0) : true, + enableRateLimit: props.account ? props.account.rateLimitDuration > 0 : true, rateLimitDuration: props.account?.rateLimitDuration || 60, // Bedrock 特定字段 accessKeyId: props.account?.accessKeyId || '',