1234567891011
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"development"'
  4. },
  5. defineConstants: {
  6. // HOST: '"http://127.0.0.1:9087"'
  7. HOST: '"http://192.168.1.2:9087"'
  8. },
  9. mini: {},
  10. h5: {}
  11. }