12345678910111213141516171819202122
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"production"'
  4. },
  5. defineConstants: {
  6. // HOST: '"http://192.168.2.52:8080"',
  7. // WSS_HOST: '"ws://192.168.2.52:8080"',
  8. // HOST: '"https://dev.pawoma.cn"',// 新测试
  9. // WSS_HOST: '"wss://dev.pawoma.cn"',
  10. // HOST: '"https://dev.fangdeal.cn"',//测试
  11. // WSS_HOST: '"wss://dev.fangdeal.cn"',
  12. HOST: '"https://wx.fangdeal.cn"',//正式
  13. WSS_HOST: '"wss://wx.fangdeal.cn"',
  14. // HOST: '"https://lt.pawoma.cn"',
  15. // WSS_HOST: '"wss://lt.pawoma.cn"',
  16. OSS_PATH: 'https://njcj.oss-cn-shanghai.aliyuncs.com/',
  17. OSS_FAST_PATH: 'https://njcj.oss-accelerate.aliyuncs.com/',
  18. Version: 'V3.5.19'
  19. },
  20. weapp: {},
  21. h5: {}
  22. }