ucservice 2.1.1 → 2.1.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 +1 -0
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +1 -0
- package/dist/ucservice.umd.js.gz +0 -0
- package/dist/ucservice.umd.js.map +1 -1
- package/dist/ucservice.umd.min.js +1 -1
- package/dist/ucservice.umd.min.js.gz +0 -0
- package/dist/ucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/ucservice.common.js
CHANGED
|
@@ -31436,6 +31436,7 @@ const loadJson = function (url, param, backSuccfn, async, method, headers, conte
|
|
|
31436
31436
|
'type': method,
|
|
31437
31437
|
'url': url,
|
|
31438
31438
|
'data': param,
|
|
31439
|
+
'timeout': 20000,
|
|
31439
31440
|
'async': async
|
|
31440
31441
|
};
|
|
31441
31442
|
if (headers) Object.assign(ajaxContent, headers);
|
|
Binary file
|