|
|
@@ -38,7 +38,7 @@ export default {
|
|
|
console.log('key1', key)
|
|
|
formData.append(key, this.uploadInfo[key])
|
|
|
}
|
|
|
- this.$axios.$post(this.options.server, formData, {
|
|
|
+ this.$axios.post(this.options.server, formData, {
|
|
|
headers: { "Content-Type": "multipart/form-data" }
|
|
|
}).then(res=>{
|
|
|
this.returnData = res.data
|