import axios from 'axios'
var a = axios.create({ baseURL: 'http://localhost:8080', timeout: 1000, headers: { 'X-Custom-Header': 'foobar' } })
页尾