@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.
@@ -92648,7 +92648,7 @@ function global_install(Vue, config) {
92648
92648
  config.request.log && console.log('@return', data);
92649
92649
 
92650
92650
  try {
92651
- if (config.response(data, axios_default.a.requestQueue) !== false) {
92651
+ if (config.request.response(data, axios_default.a.requestQueue) !== false) {
92652
92652
  if (data.code == 200) {
92653
92653
  // 请求成功
92654
92654
  opt.success && opt.success(data.obj, data.message);