随笔分类 -  Axios

摘要:axios 最常用的功能之一,拦截器 axios.interceptors.response.use( response => { let {data: json} = response let resp = json if(resp.code 200) return resp; throw new 阅读全文
posted @ 2020-12-29 13:16 格の调 阅读(139) 评论(0) 推荐(0)