优化商城页面

This commit is contained in:
java110 2021-08-04 12:08:03 +08:00
parent 48e92458c8
commit 6054dfb08a

View File

@ -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"