meixioacomponent 0.9.39-alpha-2 → 0.9.39-alpha-3

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.
@@ -87643,6 +87643,7 @@ const baseUploadMixins = {
87643
87643
  const {
87644
87644
  uploadPath
87645
87645
  } = this.$props;
87646
+ console.log(uploadPath);
87646
87647
 
87647
87648
  if (uploadPath instanceof Array) {
87648
87649
  _config_componentConfig__WEBPACK_IMPORTED_MODULE_2__["default"].setUploadUrl(uploadPath[0], uploadPath[1]);
@@ -87653,6 +87653,7 @@ const baseUploadMixins = {
87653
87653
  const {
87654
87654
  uploadPath
87655
87655
  } = this.$props;
87656
+ console.log(uploadPath);
87656
87657
 
87657
87658
  if (uploadPath instanceof Array) {
87658
87659
  _config_componentConfig__WEBPACK_IMPORTED_MODULE_2__["default"].setUploadUrl(uploadPath[0], uploadPath[1]);