@deanwu/vue-component-library 1.3.115 → 1.3.116
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/vue-component-library.common.js +1 -1
- package/dist/vue-component-library.common.js.map +1 -1
- package/dist/vue-component-library.umd.js +1 -1
- package/dist/vue-component-library.umd.js.map +1 -1
- package/dist/vue-component-library.umd.min.js +1 -1
- package/dist/vue-component-library.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -56080,7 +56080,7 @@ function global_install(Vue, config) {
|
|
|
56080
56080
|
message: '数据出现未知异常'
|
|
56081
56081
|
});
|
|
56082
56082
|
}
|
|
56083
|
-
;
|
|
56083
|
+
opt.response(res.data);
|
|
56084
56084
|
}
|
|
56085
56085
|
config.request.log && console.log(`----- end ${opt.url.split('?')[0]} -----`);
|
|
56086
56086
|
config.request.log && console.groupEnd();
|