Vanthink-UED / vue-core-image-upload

a vue plugin for image to crop and upload

Home Page:http://vanthink-ued.github.io/vue-core-image-upload/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crop Image send duplicate request

limdblur opened this issue · comments

Click crop button will send duplicate request to server, this happened when using daycoco.js. At last i find out it's caused by image.onload which in daycoco index.js _loadImage function . I fixed this problem by comment line 374: image.crossOrigin = 'anonymous';