From 6054dfb08aeca662f1ea56173de012d107a71a79 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 4 Aug 2021 12:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=9F=8E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index 962dc5b..8fd4cc9 100755 --- a/conf/config.js +++ b/conf/config.js @@ -17,7 +17,7 @@ const commonBaseUrl = 'http://demo.homecommunity.cn/'; //商城的url const mallUrl = 'http://mallapp.homecommunity.cn/'; -const mallUrlIndexPage = mallUrl + '#/?mallFrom=HC'; +const mallUrlIndexPage = mallUrl + '#/pages/index/index?mallFrom=HC'; //商城token 刷新页面 const mallUrlRefresh = mallUrl + "#/pages/mallTokenRefresh/mallTokenRefresh?mallFrom=HC"