kucservice 1.0.3 → 1.0.4
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/kucservice.common.js +1 -0
- package/dist/kucservice.common.js.gz +0 -0
- package/dist/kucservice.common.js.map +1 -1
- package/dist/kucservice.umd.js +1 -0
- package/dist/kucservice.umd.js.gz +0 -0
- package/dist/kucservice.umd.js.map +1 -1
- package/dist/kucservice.umd.min.js +1 -1
- package/dist/kucservice.umd.min.js.gz +0 -0
- package/dist/kucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -16048,6 +16048,7 @@ watermarkConfig:{text:{content:Ne.videoConfig.title||""},right:10,top:10}});Ie.o
|
|
|
16048
16048
|
*/
|
|
16049
16049
|
|
|
16050
16050
|
var common_request_useRequest = function useRequest(type) {
|
|
16051
|
+
console.log(webApi);
|
|
16051
16052
|
var requestObj = webApi[type];
|
|
16052
16053
|
if (!requestObj) throw new Error('未找到对应的请求方法!');
|
|
16053
16054
|
return function () {
|
|
Binary file
|