各异常情况展示优化,增加独立的接口请求页面

This commit is contained in:
暮光:城中城
2021-11-14 23:05:24 +08:00
parent 4254f73603
commit 1ba75d3e29
11 changed files with 552 additions and 67 deletions

View File

@@ -11,7 +11,7 @@
<ParamTable ref="urlParamRef" :paramList="urlParamList"></ParamTable>
</div>
</a-tab-pane>
<a-tab-pane tab="请求参数" key="bodyParam" v-if="docInfoShow.method !== 'get'" forceRender>
<a-tab-pane tab="Body参数" key="bodyParam" v-if="docInfoShow.method !== 'get'" forceRender>
<div v-show="queryParamVisible">
<div style="margin-bottom: 6px;">
<a-radio-group v-model:value="bodyParamType">
@@ -55,7 +55,7 @@
<a-button v-else @click="showQueryParam" type="link">展开参数</a-button>
</template>
</a-tabs>
<DocDebuggerResult :result="requestResult"></DocDebuggerResult>
<DocDebuggerResult :result="requestResult" :loading="requestLoading"></DocDebuggerResult>
</div>
</template>