Authored by 周少峰

sort url

... ... @@ -322,7 +322,8 @@ const getShopList = params => {
_.forEach(sort, (sortInfo) => {
_.forEach(_.get(sortInfo, 'sub', []), (subSort) => {
shopEntry.sort.push({
href: helpers.urlFormat('', {sort: subSort.sort_id}, 'list'),
href: helpers.urlFormat('', {misort: subSort.sort_id},
shopInfo.shop_domain || shopInfo.brand_domain),
name: subSort.sort_name
});
});
... ...
... ... @@ -17,13 +17,13 @@ module.exports = {
cookieDomain: '.yohobuy.com',
domains: {
// test3
// singleApi: 'http://api-test3.yohops.com:9999/',
// api: 'http://api-test3.yohops.com:9999/',
// service: 'http://service-test3.yohops.com:9999/',
singleApi: 'http://api-test3.yohops.com:9999/',
api: 'http://api-test3.yohops.com:9999/',
service: 'http://service-test3.yohops.com:9999/',
singleApi: 'http://single.gray.yohops.com/',
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/',
// singleApi: 'http://single.gray.yohops.com/',
// api: 'http://api.yoho.cn/',
// service: 'http://service.yoho.cn/',
// api: 'http://dev-api.yohops.com:9999/',
// service: 'http://dev-service.yohops.com:9999/',
... ...
... ... @@ -24,6 +24,7 @@
color: #999;
font-size: 12px;
line-height: 18px;
width: 500px;
a {
color: #999;
... ...