血透系统PC前端

dev.env.js 561B

12345678910111213141516
  1. // module.exports = {
  2. // NODE_ENV: '"development"',
  3. // ENV_CONFIG: '"dev"',
  4. // BASE_API: '"https://api-dev"'
  5. // }
  6. module.exports = {
  7. NODE_ENV: '"development"',
  8. ENV_CONFIG: '"dev"',
  9. <<<<<<< HEAD
  10. BASE_API: '"http://api.xt.test.sgjyun.com"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com
  11. =======
  12. BASE_API: '"http://localhost:9529"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com
  13. >>>>>>> 6e94af4e074e2cc83d5157bc0976574072610f7e
  14. PATIENT_SIT: '"http://test1.sgjyun.com"',
  15. MIRCOMALL_SIT: '"http://mall.test.sgjyun.com"'
  16. }