|
@@ -9,8 +9,8 @@ module.exports = {
|
|
|
// 版本号
|
|
|
version: '1.0.0',
|
|
|
// 开发环境接口Url
|
|
|
- devUrl: 'http://192.168.1.120:1080',
|
|
|
- // devUrl: 'http://121.37.83.47:10004',
|
|
|
+ // devUrl: 'http://192.168.1.120:1080',
|
|
|
+ devUrl: 'http://121.37.83.47:10004',
|
|
|
// 线上环境接口Url
|
|
|
prodUrl: 'http://121.37.83.47:10004',
|
|
|
// 后端数据的接收方式application/json;charset=UTF-8或者application/x-www-form-urlencoded;charset=UTF-8
|