diff --git a/config/app.js b/config/app.js index 9bfd4f2..351524e 100644 --- a/config/app.js +++ b/config/app.js @@ -8,6 +8,7 @@ let httpApiTwo let httpApiThree let httpApiFour let httpApiFive +let wsApi // 在打包之前请检查当前环境是否正确 const env = 'dev'; // 开发 @@ -20,12 +21,14 @@ switch (env) { httpApiTwo = 'https://nk.lihaink.cn' httpApiThree = 'http://ceshi-oa.lihaink.cn' httpApiFour = 'https://worker-task.lihaink.cn' + wsApi = 'wss://shop.lihaink.cn' break; case 'prew': httpApi = 'https://test.shop.lihaink.cn' //预发布环境 httpApiTwo = "https://nk.lihaink.cn" httpApiThree = 'http://ceshi-oa.lihaink.cn' httpApiFour = 'https://preview-worker-task.lihaink.cn' + wsApi = 'wss://test.shop.lihaink.cn' break; default: httpApi = "https://crmeb-test.shop.lihaink.cn" // 测试 @@ -33,15 +36,13 @@ switch (env) { httpApiThree = 'http://ceshi-oa.lihaink.cn' httpApiFour = 'https://ceshi-worker-task.lihaink.cn' httpApiFive = 'https://ceshi-zhibo.lihaink.cn' + wsApi = 'wss://crmeb-test.shop.lihaink.cn' } - - - // 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net -// let wsApi = 'ws://192.168.3.20:8324' -let wsApi = 'wss://shop.lihaink.cn' +// wsApi = 'ws://192.168.1.17:8324' let wsApi_one = 'wss://ceshi-zhibo.lihaink.cn/chat_room' + module.exports = { // 请求域名 格式: https://您的域名 // #ifdef MP || APP-PLUS