axios发送ajax请求模板
请求方法get
axios.get('','')
.then(response =>{
})
.catch(error => {
}
)
response 为响应结果入参
axios.get('','')
.then(response =>{
})
.catch(error => {
}
)
response 为响应结果入参