From 750640a40f885d99f64cdfcae36a16beec24c91b Mon Sep 17 00:00:00 2001 From: ninaSun Date: Fri, 7 Jun 2024 14:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9seller=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.js b/config/config.js index b9710ed..afa9d12 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, /** * 是否使用汇付支付 */ -- Gitee