标签:ons console highlight baseurl OLE local The 请求 超时
<script>
axios.defaults.baseURL=‘http://localhost:8080/student‘;//配置全局属性
axios.defaults.timeout=10000;//超时10s
axios.get(‘getAllstudent‘).then(res=>{//在全局配置基础上去网络请求
console.log(res);
})
</script>
标签:ons console highlight baseurl OLE local The 请求 超时
原文地址:https://www.cnblogs.com/ixtao/p/14186580.html