@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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -43565,7 +43565,7 @@ const popup = vue.reactive({
|
|
|
43565
43565
|
|
|
43566
43566
|
const upload = vue.reactive({
|
|
43567
43567
|
props: {
|
|
43568
|
-
uploadUrl: props.myProps.thumb.uploadUrl || ly0request$1.
|
|
43568
|
+
uploadUrl: props.myProps.thumb.uploadUrl || ly0request$1.domain + ly0request$1.upload_image,
|
|
43569
43569
|
avatar: {
|
|
43570
43570
|
width: props.myProps.thumb.width || '100px',
|
|
43571
43571
|
height: props.myProps.thumb.height || '100px'
|