Commit 35cab792 by 肖小磊

XSS漏洞修复

parent 478f163e
......@@ -38,7 +38,7 @@
function LoadData() {
var url = CurUrl + "Store/GoMaxH5_/";
//var url = "http://localhost:58947";
var StoreID = $.trim($("#txtPosID").val());
var StoreID = $.trim($("#txtPosID").val().replace('>',"").replace("<",''));
$("#store_no").html(StoreID);
if (StoreID && StoreID != "") {
var token = localStorage.token;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment