123456789101112 |
- // module.exports = {
- // NODE_ENV: '"development"',
- // ENV_CONFIG: '"dev"',
- // BASE_API: '"https://api-dev"'
- // }
- module.exports = {
- NODE_ENV: '"development"',
- ENV_CONFIG: '"dev"',
- BASE_API: '"http://api.xt.test.sgjyun.com"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com
- PATIENT_SIT: '"http://test1.sgjyun.com"',
- MIRCOMALL_SIT: '"http://mall.test.sgjyun.com"'
- }
|