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