@deanwu/vue-component-library 1.0.36 → 1.0.37

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.
@@ -92626,7 +92626,7 @@ function global_install(Vue, config) {
92626
92626
  opt.loading && this.$loading();
92627
92627
  var source = axios_default.a.CancelToken.source();
92628
92628
  axios_default.a.create({
92629
- baseURL: config.request.baseURL,
92629
+ baseURL: config.request.baseUrl,
92630
92630
  cancelToken: source.token
92631
92631
  })(opt).then(function (res) {
92632
92632
  delete axios_default.a.requestQueue[index];