核心提示:componentDidMount(){axios({method:get,url:https://route.showapi.com/341-1,//参数params:{showapi_appid:...
componentDidMount(){
axios({
method:’get’,
url:’https://route.showapi.com/341-1‘,
//参数
params:{
showapi_appid:’33421’,
showapi_sign:’*******************’
}
}).then((res)=>{
console.log(res) }) }