prod.js 467B

12345678910111213141516
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"production"'
  4. },
  5. defineConstants: {
  6. // HOST: '"https://dev.fangdeal.cn"', //测试
  7. // WSS_HOST: '"wss://dev.fangdeal.cn"',
  8. HOST: '"https://wx.fangdeal.cn"', //正式
  9. WSS_HOST: '"wss://wx.fangdeal.cn"',
  10. OSS_PATH: "https://njcj.oss-cn-shanghai.aliyuncs.com/",
  11. OSS_FAST_PATH: "https://njcj.oss-accelerate.aliyuncs.com/",
  12. Version: "V3.5.29-20200616"
  13. },
  14. weapp: {},
  15. h5: {}
  16. };