Browse Source

【云码】【反馈编号:2024080041】【通用功能】【网络安全】【SQL注入问题修复】【编译问题】

wuyx 1 week ago
parent
commit
0905e24ad8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      WebContent/resource/ext/ext-all.js

+ 2 - 2
WebContent/resource/ext/ext-all.js

@@ -1625,7 +1625,7 @@ Ext.num = function() {
             }(t, e, i)
         }, _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
     }, h = (F = U).lib.WordArray, F.enc.Base64url = {
-        stringify: function (t, e = !0) {
+        stringify: function (t, (e =!0)) {
             var r = t.words, i = t.sigBytes, n = e ? this._safe_map : this._map;
             t.clamp();
             for (var o = [], s = 0; s < i; s += 3) for (var c = (r[s >>> 2] >>> 24 - s % 4 * 8 & 255) << 16 | (r[s + 1 >>> 2] >>> 24 - (s + 1) % 4 * 8 & 255) << 8 | r[s + 2 >>> 2] >>> 24 - (s + 2) % 4 * 8 & 255, a = 0; a < 4 && s + .75 * a < i; a++) o.push(n.charAt(c >>> 6 * (3 - a) & 63));
@@ -1633,7 +1633,7 @@ Ext.num = function() {
             if (h) for (; o.length % 4;) o.push(h);
             return o.join("")
         },
-        parse: function (t, e = !0) {
+        parse: function (t, (e = !0)) {
             var r = t.length, i = e ? this._safe_map : this._map;
             if (!(n = this._reverseMap)) for (var n = this._reverseMap = [], o = 0; o < i.length; o++) n[i.charCodeAt(o)] = o;
             e = i.charAt(64);