@witlink/usercenter 1.2.28 → 1.2.29

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.
@@ -12223,8 +12223,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
12223
12223
  return false;
12224
12224
  }
12225
12225
  formData.fileName = file;
12226
- getBase64(file, (imageUrl2) => {
12227
- imageUrl2.value = imageUrl2;
12226
+ getBase64(file, (url) => {
12227
+ imageUrl.value = url;
12228
12228
  });
12229
12229
  return false;
12230
12230
  };