prod.env.js 394B

1234567891011
  1. "use strict";
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. //BASE_API: '"http://new_mobile.xt.api.sgjyun.com"'
  5. BASE_API: '"https://api.xt.kuyicloud.com"'
  6. // BASE_API:'"http://localhost:9529"',
  7. // BASE_API: '"http://api.xt.test.sgjyun.com"'
  8. // http://api.xt.test.sgjyun.com
  9. // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
  10. };