12345678910111213141516 |
- module.exports = {
- env: {
- NODE_ENV: '"development"'
- },
- defineConstants: {
- HOST: '"https://dev.fangdeal.cn"',//测试
- WSS_HOST: '"wss://dev.fangdeal.cn"',
- // HOST: '"http://192.168.2.43:8080"',
- // WSS_HOST: '"ws://192.168.2.43:8080"',
- OSS_PATH: 'https://njcj.oss-cn-shanghai.aliyuncs.com/',
- OSS_FAST_PATH: 'https://njcj.oss-accelerate.aliyuncs.com/',
- Version: 'V3.5.24'
- },
- weapp: {},
- h5: {}
- }
|