12345678910111213141516 |
- module.exports = {
- env: {
- NODE_ENV: '"production"'
- },
- defineConstants: {
- // HOST: '"https://dev.fangdeal.cn"', //测试
- // WSS_HOST: '"wss://dev.fangdeal.cn"',
- HOST: '"https://wx.fangdeal.cn"', //正式
- WSS_HOST: '"wss://wx.fangdeal.cn"',
- OSS_PATH: "https://njcj.oss-cn-shanghai.aliyuncs.com/",
- OSS_FAST_PATH: "https://njcj.oss-accelerate.aliyuncs.com/",
- Version: "V3.5.29-20200616"
- },
- weapp: {},
- h5: {}
- };
|