优化单据显示,自适应

This commit is contained in:
季圣华
2019-09-14 10:43:17 +08:00
parent 9247e77398
commit edc5404dae
83 changed files with 1151 additions and 498 deletions

View File

@@ -212,7 +212,7 @@ jQuery.extend = jQuery.fn.extend = function() {
// Prevent never-ending loop
// if ( target === copy ) {
if (name === "__proto__" || target === copy) { // 修复jQuery原型污染漏洞 ThinkGem
if (name === "__proto__" || target === copy) { // 修复jQuery原型污染漏洞 jishenghua
continue;
}