fix(接口测试): 去掉body请求描述

This commit is contained in:
chenjianxing 2020-11-25 21:08:22 +08:00
parent 5de10c5a5c
commit cea611a783
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
:scenario="scenario"
:extract="extract"
type="body"
:description="$t('api_test.request.parameters_desc')"
v-if="body.isKV()"/>
<div class="body-raw" v-if="body.type == 'Raw'">
<ms-code-edit :mode="body.format" :enable-format="false" :read-only="isReadOnly" :data.sync="body.raw" :modes="modes" ref="codeEdit"/>