|
@@ -1,8 +1,10 @@
|
|
|
+const domian = 'openimhailiao.com'
|
|
|
+
|
|
|
export default {
|
|
|
NODE_ENV: 'development',
|
|
|
- CHAT_URL: 'https://openimadmin.app12345.cn/chat',
|
|
|
- API_URL: 'https://openimadmin.app12345.cn/api',
|
|
|
- WS_URL: 'wss://openimadmin.app12345.cn/msg_gateway',
|
|
|
+ CHAT_URL: `https://${domian}/chat`,
|
|
|
+ API_URL: `https://${domian}/api`,
|
|
|
+ WS_URL: `wss://${domian}/msg_gateway`,
|
|
|
//CHAT_URL: "http://120.77.93.35:10008",
|
|
|
//API_URL: "http://120.77.93.35:10002",
|
|
|
//WS_URL: "ws://120.77.93.35:10001",
|