|
@@ -15,8 +15,8 @@ let removePending = (ever) => {
|
|
// 创建axios实例
|
|
// 创建axios实例
|
|
var instance = axios.create({
|
|
var instance = axios.create({
|
|
timeout: 1000 * 12,
|
|
timeout: 1000 * 12,
|
|
- // baseURL: 'http://120.27.234.126:8010'
|
|
|
|
- baseURL: 'http://192.168.1.165:8010'
|
|
|
|
|
|
+ baseURL: 'http://120.27.234.126:8010'
|
|
|
|
+ // baseURL: 'http://192.168.1.165:8010'
|
|
})
|
|
})
|
|
|
|
|
|
// 请求拦截器
|
|
// 请求拦截器
|