日志检索->国家代理->HTTP(S) 修正界面无法显示原始请求体和原始应答体数据问题

This commit is contained in:
李皓宸
2019-01-22 10:08:58 +08:00
parent 9d190788b1
commit 859b3c72f9
2 changed files with 22 additions and 15 deletions

View File

@@ -409,7 +409,7 @@
<%-- <td>${log.userRegion}</td> --%>
<c:if test="${fns:getUser().isAdmin()}"><td>${log.sceneFile}</td></c:if>
<td>${log.reqBody}</td>
<td>${log.resBody}</td>
<td>${log.respBody}</td>
</tr>
</c:forEach>
</tbody>