module.exports = {
  env: {
    NODE_ENV: '"development"'
  },
  defineConstants: {
    // SERVER_API: '"https://api.medical.p.njyunzhi.com"'
    SERVER_API: '"http://127.0.0.1:8080"'
  },
  mini: {},
  h5: {}
}