Authored by 陈峰

1.0.5

@@ -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',
1 { 1 {
2 "name": "yoho-shop-manage", 2 "name": "yoho-shop-manage",
3 - "version": "1.0.4", 3 + "version": "1.0.5",
4 "description": "", 4 "description": "",
5 "main": "app.js", 5 "main": "app.js",
6 "scripts": { 6 "scripts": {
@@ -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) => {