...
|
...
|
@@ -5,6 +5,7 @@ const prodEnv = require('./prod.env') |
|
|
module.exports = merge(prodEnv, {
|
|
|
NODE_ENV: '"development"',
|
|
|
BASE_API: '"http://127.0.0.1:9095"',
|
|
|
BASE_API_other: '"https://192.168.0.69:8080"'
|
|
|
// BASE_API_other: '"https://192.168.0.69:8080"'
|
|
|
BASE_API_other: '"http://192.168.0.74:8080"'
|
|
|
// BASE_API: '"http://10.108.26.197:9095"'
|
|
|
}) |
...
|
...
|
|