|
@@ -3,9 +3,9 @@
|
|
|
*/
|
|
|
const node_dev = process.env.H_NODE_ENV;
|
|
|
let { baseUrl, timChatUrl, viewInterviewUrl } = {
|
|
|
- baseUrl: 'https://wx.hw.hongweisoft.com/veterans', // 默认测试
|
|
|
- timChatUrl: 'https://veterh5.hw.hongweisoft.com/chat/pages/login/login', // 默认测试
|
|
|
- viewInterviewUrl: 'https://veterhwebchat.hw.hongweisoft.com/#/' // 默认测试
|
|
|
+ baseUrl: 'https://wx.dev.dazesoft.cn/veterans', // 默认测试
|
|
|
+ timChatUrl: 'https://veterh5.dev.dazesoft.cn/chat/pages/login/login', // 默认测试
|
|
|
+ viewInterviewUrl: 'https://veterhwebchat.dev.dazesoft.cn/#/' // 默认测试
|
|
|
};
|
|
|
console.log(node_dev);
|
|
|
if (node_dev) {
|