From 016fc821dec0220be1574d4363a240b2762e936f Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Thu, 21 May 2026 23:56:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=88=9B=E4=BD=9C?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E8=A1=A8=E5=8D=95=E4=B8=8E=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/settings/creation/index.vue | 1297 ++++++++++++++++++++++--- 1 file changed, 1150 insertions(+), 147 deletions(-) diff --git a/src/views/settings/creation/index.vue b/src/views/settings/creation/index.vue index 67d19d9..e6a44f0 100644 --- a/src/views/settings/creation/index.vue +++ b/src/views/settings/creation/index.vue @@ -68,12 +68,12 @@ - + @@ -91,7 +91,7 @@ v-model="dynamicFormValues[fieldItem.field]" type="textarea" :rows="3" - :placeholder="fieldItem.required ? '必填' : '选填'" + :placeholder="fieldItem.field === 'callbackUrl' ? '' : fieldItem.required ? '必填' : '选填'" /> @@ -150,8 +150,29 @@ 添加键值对 + +
+ + + 配置请求体 + +
+ 已配置 {{ getHttpBodyFieldCount(fieldItem.field) }} 个字段 +
+
- + + +
+ + + 配置主动拉取参数 + +
- +