1234567891011121314
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"development"'
  4. },
  5. defineConstants: {
  6. // HOST: '"https://xs.ycjcjy.com"',
  7. HOST: '"http://t.ycjcjy.com"',
  8. // HOST: '"http://127.0.0.1:6060"'
  9. },
  10. mini: {
  11. debugReact: true
  12. },
  13. h5: {}
  14. }