diff --git a/config/config.js b/config/config.js index b9710ed297b8ee4b12f9051da47845ed4c747dfe..afa9d12c3cc94ce96f1abdb64c6f73ba2ed582ee 100644 --- a/config/config.js +++ b/config/config.js @@ -23,12 +23,12 @@ const domain = { //开发环境 dev: { wap: 'https://uniapp.shoptnt.cn', - seller: 'https://seller-v722.shoptnt.cn' + seller: 'https://seller-bbc.shoptnt.cn' }, //生成环境 pro: { wap: 'https://m-buyer.shoptnt.cn', - seller: 'https://seller.shoptnt.cn' + seller: 'https://seller-bbc.shoptnt.cn' } } @@ -45,7 +45,7 @@ module.exports = { /** * 是否开启IM功能 */ - im: false, + im: true, /** * 是否使用汇付支付 */