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