From b094ebf8ebfb103281f2a6c4cf59bc39a957a8c7 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Thu, 11 Apr 2024 15:39:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8DapiKey=E6=8F=8F=E8=BF=B0=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E9=99=90=E5=88=B6=E6=9C=89=E9=97=AE=E9=A2=98=E7=9A=84=E7=BC=BA?= =?UTF-8?q?=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1038730 --user=王孝刚 【个人中心】api key 描述过长,会报数据库超长错误 https://www.tapd.cn/55049933/s/1494699 --- .../business/ms-personal-drawer/components/apiKey.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/business/ms-personal-drawer/components/apiKey.vue b/frontend/src/components/business/ms-personal-drawer/components/apiKey.vue index 1ebd8f37f3..22b2049fba 100644 --- a/frontend/src/components/business/ms-personal-drawer/components/apiKey.vue +++ b/frontend/src/components/business/ms-personal-drawer/components/apiKey.vue @@ -51,7 +51,7 @@ v-if="item.showDescInput" v-model:model-value="item.description" :placeholder="t('common.pleaseInput')" - :max-length="500" + :max-length="255" @blur="handleDescChange(item)" >