AXIOS 添加Header

axios.post(‘/system/reimbursement/catalog/delete’,params,{
headers:{
“X-Requested-With”: “XMLHttpRequest”
}
})