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.
@@ -30159,8 +30159,6 @@ const loadJson = function (url, param, backSuccfn, async, method, headers) {
30159
30159
  'data': param,
30160
30160
  'async': async
30161
30161
  };
30162
- console.log("====ajax参数====");
30163
- console.log(ajaxContent);
30164
30162
  if (headers) Object.assign(ajaxContent, headers);
30165
30163
  $.ajax(ajaxContent).fail(function (jqXHR, sts) {
30166
30164
  console.error('加载数据失败:' + sts + ", " + url);
Binary file