|
@@ -6,8 +6,8 @@ module.exports = merge(prodEnv, {
|
|
|
NODE_ENV: '"development"',
|
|
|
ENV_CONFIG: '"dev"',
|
|
|
ctx:'"http://127.0.0.1:8080"',
|
|
|
- // ctxForm: '"http://10.149.85.91:8880"',//dev
|
|
|
- ctxForm: '"http://43.138.50.94:8880"',//test
|
|
|
+ ctxForm: '"http://10.149.85.91:8880"',//dev
|
|
|
+ // ctxForm: '"http://43.138.50.94:8880"',//test
|
|
|
// ctxForm: '"http://192.168.2.124:8880"',//test
|
|
|
// ctxForm: '"http://10.230.15.228:8880"',//生产
|
|
|
excludeMeWhenSelectNextHandler:false,
|