|
@@ -50,7 +50,7 @@ export const getCurrentCityConfig = () => {
|
|
|
loginBg: 'login/login_bg.png',
|
|
|
isShowLogo: false,
|
|
|
favicon: 'zigong/favicon.ico',
|
|
|
- callCenterSocketUrl: isProduction() ? 'ws://123.56.10.71:7681' : ' ws://123.56.10.71:7681', // 呼叫中心socket地址
|
|
|
+ callCenterSocketUrl: isProduction() ? 'ws://171.94.154.2:7681' : ' ws://123.56.10.71:7681', // 呼叫中心socket地址
|
|
|
recordPrefix: isProduction() ? 'http://123.56.10.71:8066/' : 'http://123.56.10.71:8066/', // 播放录音地址前缀
|
|
|
recordDownLoadPrefix: isProduction() ? 'http://123.56.10.71:8066/' : 'http://123.56.10.71:8066/', // 录音地址下载前缀
|
|
|
};
|