module.exports = { env: { NODE_ENV: '"production"' }, defineConstants: { // HOST: '"http://192.168.0.218:8080"', // WSS_HOST: '"ws://192.168.0.218:8080"', // HOST: '"https://dev.jinchengjiaye.com"', // WSS_HOST: '"wss://dev.jinchengjiaye.com"', HOST: '"https://lt.pawoma.cn"', WSS_HOST: '"wss://lt.pawoma.cn"', }, weapp: {}, h5: {} }