合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
``` import axios from 'axios' import storage from './storage' const http = axios.create({ //baseURL: process.env.API_ROOT, timeout: 40000 }); http.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded' //http.defaults.headers.post['Content-Type'] = 'application/json'; http.defaults.headers.post['Access-Control-Allow-Origin'] = '*'; http.defaults.withCredentials = true; ```