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.
- package/dist/ucservice.common.js +0 -2
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +0 -2
- package/dist/ucservice.umd.js.gz +0 -0
- package/dist/ucservice.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/common-request.js +0 -2
package/dist/ucservice.umd.js
CHANGED
|
@@ -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);
|
package/dist/ucservice.umd.js.gz
CHANGED
|
Binary file
|