Authored by 郭成尧

'brandlistlink'

... ... @@ -29,7 +29,7 @@ const handleBrandList = origin => {
_.forEach(value, (subValue) => {
brands.push({
name: subValue.brand_name,
link: '/product/shop?domain=' + subValue.brand_domain,
link: '/brand/' + subValue.brand_domain,
logo: subValue.brand_ico
});
});
... ...