|
@@ -19,7 +19,7 @@ const service = axios.create({
|
|
|
// http://192.168.0.195:9003 测试
|
|
|
// http://192.168.1.143:9003 西安
|
|
|
// http://192.168.1.148:9003 蒙蒙
|
|
|
- baseURL: 'http://192.168.1.143:9003',
|
|
|
+ baseURL: 'http://ruixuan.api.tjyourong.com.cn',
|
|
|
// 超时
|
|
|
timeout: 300000
|
|
|
})
|