摘要: axios拦截器之axios.interceptors.request.use和axios.interceptors.response.use axios请求别名 axios是一个就promise的HTTP库,可以用在浏览器和node.js中,拦截请求 使用拦截器: 在请求或响应被 then 或 c 阅读全文
posted @ 2021-03-01 23:41 就叫这个名字好了 阅读(90) 评论(0) 推荐(0)
摘要: NProgress是页面跳转是出现在浏览器顶部的进度条 官网:http://ricostacruz.com/nprogress/ github:https://github.com/rstacruz/nprogress 安装 $ npm install --save nprogress 或者 $ y 阅读全文
posted @ 2021-03-01 23:38 就叫这个名字好了 阅读(79) 评论(0) 推荐(1)