From 1bc15856ccb99f80cd79ba9514d697d1dfec2cfa Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 23 Feb 2021 10:16:51 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E4=BC=98=E5=8C=96=E5=8D=95=E4=B8=AA=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4=E6=89=A7=E8=A1=8C=E7=BB=93=E6=9E=9C=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=EF=BC=8C=E6=94=AF=E6=8C=81=E5=8F=AF=E5=A4=8D?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/response/ResponseResult.vue | 108 +++++++++++------- 1 file changed, 67 insertions(+), 41 deletions(-) diff --git a/frontend/src/business/components/api/definition/components/response/ResponseResult.vue b/frontend/src/business/components/api/definition/components/response/ResponseResult.vue index 09eb403717..f81bf81c6d 100644 --- a/frontend/src/business/components/api/definition/components/response/ResponseResult.vue +++ b/frontend/src/business/components/api/definition/components/response/ResponseResult.vue @@ -8,18 +8,21 @@ -
-
{{ response.responseResult.headers }}
-
+ + + + +
-
-
{{response.responseResult.console}}
-
+ + + +
@@ -27,29 +30,30 @@ -
-
{{response.responseResult.vars}}
-
+ + + +
-
- {{$t('api_test.request.address')}} : -
{{ response.url }}
-
-
- {{$t('api_test.scenario.headers')}} : -
{{ response.headers }}
-
-
- Cookies : -
{{response.cookies}}
-
-
- Body : -
{{response.body ? response.body:""}}
-
- + + + + + + + + + + + + + + + + +
@@ -63,23 +67,23 @@