@@ -233,9 +233,10 @@ export default {
method: 'POST',
headers: this.headers,
body: form
+ }).then(res => {
+ console.log(res)
})
- // Perhaps you should add the setting appropriate file format here
- }, 'image/jpeg')
+ }, 'image/png')
}