mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-15 13:00:25 +08:00
改进文字提示
This commit is contained in:
@@ -111,6 +111,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
<tbody v-if="requestBody.length > 0">
|
<tbody v-if="requestBody.length > 0">
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">请求内容:</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<source-code-box :type="requestContentType" width="0" height="200">{{requestBody}}</source-code-box>
|
<source-code-box :type="requestContentType" width="0" height="200">{{requestBody}}</source-code-box>
|
||||||
|
|||||||
Reference in New Issue
Block a user