mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-05 15:25:31 +08:00
fix(admin): 修复监控规则表单提交失效与页面转义及搜索入口缺陷
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<div class="detail-field-label">请求 URL</div>
|
||||
<div class="detail-field-value">
|
||||
{notempty name="row.run.url"}
|
||||
{$row.run.url}
|
||||
{$row.run.url|htmlspecialchars=###,ENT_QUOTES,'UTF-8'}
|
||||
{else/}
|
||||
<span class="layui-text-em">暂无数据</span>
|
||||
{/notempty}
|
||||
|
||||
Reference in New Issue
Block a user