Showing
3 changed files
with
3 additions
and
3 deletions
@@ -12,7 +12,7 @@ export default { | @@ -12,7 +12,7 @@ export default { | ||
12 | }, | 12 | }, |
13 | production: { | 13 | production: { |
14 | historyMode: 'history', | 14 | historyMode: 'history', |
15 | - shopsFeDomain: 'http://shops-gray.yohobuy.com', | 15 | + shopsFeDomain: 'http://shops.yohobuy.com', |
16 | axiosBaseUrl: '/Api', | 16 | axiosBaseUrl: '/Api', |
17 | axiosResponseType: 'json', | 17 | axiosResponseType: 'json', |
18 | homePage: 'home.overview', | 18 | homePage: 'home.overview', |
@@ -76,7 +76,7 @@ if (global.env.Test) { | @@ -76,7 +76,7 @@ if (global.env.Test) { | ||
76 | if (global.env.Production) { | 76 | if (global.env.Production) { |
77 | domains.erp = 'http://gw.erp.yohoops.org'; | 77 | domains.erp = 'http://gw.erp.yohoops.org'; |
78 | domains.platform = 'http://api.platform.yohoops.org/platform'; | 78 | domains.platform = 'http://api.platform.yohoops.org/platform'; |
79 | - domains.shop = 'http://shops-gray.yohobuy.com'; | 79 | + domains.shop = 'http://shops.yohobuy.com'; |
80 | } | 80 | } |
81 | 81 | ||
82 | _.each(domainApis, (apis, domainName) => { | 82 | _.each(domainApis, (apis, domainName) => { |
-
Please register or login to post a comment