--author:wangshuai---date:2025-06-06---for:【QQYUN-12667】open api功能优化---

This commit is contained in:
gj_wangshuai
2025-06-06 09:54:55 +08:00
parent bb6f077a95
commit e279915ba2
6 changed files with 209 additions and 95 deletions

View File

@ -67,6 +67,11 @@ export const formSchema: FormSchema[] = [
];
},
},
{
label: '原始地址',
field: 'originUrl',
component: 'Input',
},
{
label: '请求方法',
field: 'requestMethod',
@ -127,11 +132,6 @@ export const formSchema: FormSchema[] = [
component:"Input",
field: 'body'
},
{
label: '原始地址',
field: 'originUrl',
component: 'Input',
},
{
label: '删除标识',
field: 'delFlag',
@ -252,7 +252,6 @@ export const openApiHeaderJVxeColumns: JVxeColumn[] = [
title: '备注',
key: 'note',
type: JVxeTypes.input,
width:"200px",
placeholder: '请输入${title}',
defaultValue:'',
},
@ -297,7 +296,6 @@ export const openApiParamJVxeColumns: JVxeColumn[] = [
title: '备注',
key: 'note',
type: JVxeTypes.input,
width:"200px",
placeholder: '请输入${title}',
defaultValue:'',
},