var instance = axios.create();
instance({
method: 'post',
url: this.action,
data: param,
headers: {"Content-Type": "multipart/form-data"}
}).then(res => {
console.info(res)
})
var instance = axios.create();
instance({
method: 'post',
url: this.action,
data: param,
headers: {"Content-Type": "multipart/form-data"}
}).then(res => {
console.info(res)
})
本文标题:axios
本文链接:https://www.haomeiwen.com/subject/hydjzqtx.html
网友评论