督查检查优化
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
_oldParam = jQuery.param;
|
||||
jQuery.param = function (x) {
|
||||
var t = _oldParam(x);
|
||||
t = t.replace('F_STATE=', 'F_STATE=__hook');
|
||||
return t;
|
||||
}
|
||||
Reference in New Issue
Block a user