1
0
mirror of synced 2026-05-21 01:36:40 +08:00

chore: 更新依赖

This commit is contained in:
roymondchen
2024-10-31 14:20:47 +08:00
committed by roymondchen
parent aaba8bff03
commit 7cd1bc7aec
48 changed files with 1710 additions and 2045 deletions

View File

@@ -58,7 +58,7 @@ const fillConfig = (config: FormConfig): FormConfig => [
},
{
title: '请求参数裁剪',
display: (formState: FormState, { model }: any) => model.type === 'http',
display: (_formState: FormState, { model }: any) => model.type === 'http',
items: [
{
name: 'beforeRequest',
@@ -70,7 +70,7 @@ const fillConfig = (config: FormConfig): FormConfig => [
},
{
title: '响应数据裁剪',
display: (formState: FormState, { model }: any) => model.type === 'http',
display: (_formState: FormState, { model }: any) => model.type === 'http',
items: [
{
name: 'afterResponse',