|
@@ -20,8 +20,8 @@ else if (process.env.NODE_ENV === 'debug') {
|
|
|
}
|
|
|
else if (process.env.NODE_ENV === 'production') {
|
|
|
// axios.defaults.baseURL = 'http://apipre.tjyourong.com.cn/jeecg-boot'; // 预生产
|
|
|
- axios.defaults.baseURL = 'http://gateway.tjyourong.com.cn/jeecg-boot';//测试
|
|
|
- // axios.defaults.baseURL = 'http://api.tjyourong.com.cn/jeecg-boot'; // 生产环境
|
|
|
+ // axios.defaults.baseURL = 'http://gateway.tjyourong.com.cn/jeecg-boot';//测试
|
|
|
+ axios.defaults.baseURL = 'http://api.tjyourong.com.cn/jeecg-boot'; // 生产环境
|
|
|
// axios.defaults.baseURL = 'http://gateway.tjyourong.com.cn/jeecg-boot'; // 生产环境
|
|
|
|
|
|
}
|