@yoooloo42/joker 1.0.130 → 1.0.131

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/index.esm.js CHANGED
@@ -43561,7 +43561,7 @@ const popup = reactive({
43561
43561
 
43562
43562
  const upload = reactive({
43563
43563
  props: {
43564
- uploadUrl: props.myProps.thumb.uploadUrl || ly0request.upload,
43564
+ uploadUrl: props.myProps.thumb.uploadUrl || ly0request.domain + ly0request.upload_image,
43565
43565
  avatar: {
43566
43566
  width: props.myProps.thumb.width || '100px',
43567
43567
  height: props.myProps.thumb.height || '100px'