修改BUG:全站增加对脚本代码防护 link #ITJ53
#Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITJ53
This commit is contained in:
parent
ef9722b150
commit
84441ba300
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue