fix(admin): 修复监控规则表单提交失效与页面转义及搜索入口缺陷

This commit is contained in:
augushong
2026-08-15 11:44:33 +08:00
parent 5a41f6a425
commit 4d71c6553a
6 changed files with 11 additions and 9 deletions

View File

@@ -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}