|
|
@@ -2,13 +2,13 @@ const app = getApp();
|
|
|
let WebIM = (wx.WebIM = require("../hxChatSDK/utils/WebIM")["default"]);
|
|
|
|
|
|
const env = {
|
|
|
- NODE_ENV: 'pota',
|
|
|
+ NODE_ENV: 'dev',
|
|
|
dev: {
|
|
|
// apiUrl: 'https://rsapi.zhiqiyun.net'
|
|
|
- apiUrl: 'https://unwx.e-chinalife.com/hktonline'
|
|
|
+ apiUrl: 'https://unwx.e-chinalife.com/hkttest/',
|
|
|
},
|
|
|
prd: {
|
|
|
- apiUrl: 'https://apimall.zhiqiyun.com'
|
|
|
+ apiUrl: 'https://unwx.e-chinalife.com/hktonline'
|
|
|
},
|
|
|
pota: {
|
|
|
// apiUrl: 'http://192.168.110.98:8098'
|