8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
|
|
import axios from 'axios'
|
||
|
|
|
||
|
|
const http = axios.create({
|
||
|
|
// baseURL: 'http://122.112.239.62:9000'
|
||
|
|
})
|
||
|
|
|
||
|
|
export default http
|