@@ -10,5 +10,5 @@ module.exports = merge(prodEnv, {
// BASE_URL : '"http://10.199.10.10:5555"',
// BASE_URL : '"http://10.199.10.10:9950/server"'
// BASE_URL: '"http://10.199.30.249:9191"',
- BASE_URL : '"http://192.168.0.103:5432"',
+ BASE_URL : '"http://124.71.171.71:5432"',
})
@@ -4,5 +4,5 @@ module.exports = {
// 测试
// BASE_URL : '"http://10.199.10.10:5432"',
// 生产
- BASE_URL : '"http://115.182.16.117:5432"',
}
@@ -2,5 +2,5 @@
module.exports = {
NODE_ENV: '"production"',
// 开发
- BASE_URL : '"http://10.199.30.232:5432"',