1
2
3
4
5
6
7
8
| 'use strict'
| module.exports = {
| NODE_ENV: '"production"',
| APP_SERVER_PORT: '"50057"',
| INTERFACE_SERVER_PATH: '"https://testetsapp.51huishen.com/"',
| ETS_APP_NEWRECORD_URL: '"app/voice/newrecord"',
| WX_API_URL: '"http://res.wx.qq.com/open/js/jweixin-1.2.0.js"', // 企业微信js客户端sdk
| }
|
|