修改BUG:全站增加对脚本代码防护 link #ITJ53

#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITJ53
This commit is contained in:
Argo Zhang 2019-03-14 18:50:21 +08:00
parent ef9722b150
commit 84441ba300
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
},
events: {
'click .detail': function (e, value, row, index) {
$data.html($.syntaxHighlight(row.RequestData));
$data.html($.syntaxHighlight($.safeHtml(row.RequestData)));
$dialog.modal('show');
}
}