码迷,mamicode.com
首页 > 移动开发 > 详细

axios全局配置

时间:2020-12-30 10:59:44      阅读:0      评论:0      收藏:0      [点我收藏+]

标签: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>

  

axios全局配置

标签:ons   console   highlight   baseurl   OLE   local   The   请求   超时   

原文地址:https://www.cnblogs.com/ixtao/p/14186580.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!