axios 配置
摘要:
```js import axios from 'axios'; axios.defaults.timeout = 5000; axios.defaults.baseURL = 'http://192.168.18.142:8000'; axios.defaults.withCredentials = true; //http request 拦截器 axios.interceptors.requ 阅读全文
posted @ 2019-09-05 17:00 一点飞鸿影下 阅读(144) 评论(0) 推荐(0) 编辑