From a577eb5e9e8b13ffafcfa227d2e0838b92eb1fdf Mon Sep 17 00:00:00 2001 From: songjun Date: Tue, 17 Oct 2023 17:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tester/task_interface/task_interface.html | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tester/src/main/resources/templates/tester/task_interface/task_interface.html b/tester/src/main/resources/templates/tester/task_interface/task_interface.html index 05d469f..48968f9 100644 --- a/tester/src/main/resources/templates/tester/task_interface/task_interface.html +++ b/tester/src/main/resources/templates/tester/task_interface/task_interface.html @@ -114,18 +114,18 @@ field: 'contentType', title: 'content_type' }, - { - field: 'queryParam', - title: 'query参数' - }, - { - field: 'bodyParam', - title: 'body参数' - }, - { - field: 'pathParam', - title: 'path参数' - }, + // { + // field: 'queryParam', + // title: 'query参数' + // }, + // { + // field: 'bodyParam', + // title: 'body参数' + // }, + // { + // field: 'pathParam', + // title: 'path参数' + // }, { field: 'judgeExpression', title: '判定表达式' @@ -157,4 +157,4 @@ } - \ No newline at end of file + -- Gitee