module.exports = { env: { NODE_ENV: '"production"' }, defineConstants: { // HOST: '"http://192.168.2.54:8080"', // WSS_HOST: '"ws://192.168.2.54:8080"', // HOST: '"https://dev.jinchengjiaye.com"',//测试 // WSS_HOST: '"wss://dev.jinchengjiaye.com"', HOST: '"https://lt.pawoma.cn"', WSS_HOST: '"wss://lt.pawoma.cn"', Version:'V3.5.5_2019-12-26' }, weapp: {}, h5: {} }