@deanwu/vue-component-library 1.0.38 → 1.0.39
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
|
@@ -92639,7 +92639,7 @@ function global_install(Vue, config) {
|
|
|
92639
92639
|
config.request.log && console.log('@return', data);
|
|
92640
92640
|
|
|
92641
92641
|
try {
|
|
92642
|
-
if (config.response(data, axios_default.a.requestQueue) !== false) {
|
|
92642
|
+
if (config.request.response(data, axios_default.a.requestQueue) !== false) {
|
|
92643
92643
|
if (data.code == 200) {
|
|
92644
92644
|
// 请求成功
|
|
92645
92645
|
opt.success && opt.success(data.obj, data.message);
|