督查检查优化

This commit is contained in:
geh
2025-09-18 11:31:32 +08:00
parent 4485f91da6
commit 33845042b1
7 changed files with 448 additions and 15 deletions
+6
View File
@@ -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;
}