var esapi = axios.create({
baseURL: '/',
timeout: 30000,
headers: {
post:{
'Content-Type':'application/x-www-form-urlencoded'
}
},
withCredentials:true
});

首先创建一个axios对象包括请求的url 请求时间  headers