ucservice 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30168,8 +30168,6 @@ const loadJson = function (url, param, backSuccfn, async, method, headers) {
30168
30168
  'data': param,
30169
30169
  'async': async
30170
30170
  };
30171
- console.log("====ajax参数====");
30172
- console.log(ajaxContent);
30173
30171
  if (headers) Object.assign(ajaxContent, headers);
30174
30172
  $.ajax(ajaxContent).fail(function (jqXHR, sts) {
30175
30173
  console.error('加载数据失败:' + sts + ", " + url);
Binary file