摘要: import axios from 'axios' // axios基本配置 axios.defaults.timeout = 5000 axios.defaults.baseURL = 'http://192.168.1.8:8500' axios.defaults.withCredentials 阅读全文
posted @ 2018-04-20 17:19 -http 阅读(242) 评论(0) 推荐(0)