1234567891011
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"development"'
  4. },
  5. defineConstants: {
  6. // SERVER_API: '"https://api.medical.p.njyunzhi.com"'
  7. SERVER_API: '"http://127.0.0.1:8080"'
  8. },
  9. mini: {},
  10. h5: {}
  11. }