Authored by 陈峰

1.0.5

... ... @@ -12,7 +12,7 @@ export default {
},
production: {
historyMode: 'history',
shopsFeDomain: 'http://shops-gray.yohobuy.com',
shopsFeDomain: 'http://shops.yohobuy.com',
axiosBaseUrl: '/Api',
axiosResponseType: 'json',
homePage: 'home.overview',
... ...
{
"name": "yoho-shop-manage",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "app.js",
"scripts": {
... ...
... ... @@ -76,7 +76,7 @@ if (global.env.Test) {
if (global.env.Production) {
domains.erp = 'http://gw.erp.yohoops.org';
domains.platform = 'http://api.platform.yohoops.org/platform';
domains.shop = 'http://shops-gray.yohobuy.com';
domains.shop = 'http://shops.yohobuy.com';
}
_.each(domainApis, (apis, domainName) => {
... ...