...
|
...
|
@@ -156,7 +156,7 @@ module.exports = class extends global.yoho.BaseModel { |
|
|
|
|
|
return {
|
|
|
1: helpers.urlFormat('', {from: 'search', query: row.brand_name}, 'search'),
|
|
|
2: helpers.urlFormat('/product/shop', {domain: row.brand_domain}),
|
|
|
2: `/shop/${row.brand_domain}-${row.shop_id}.html`,
|
|
|
3: helpers.urlFormat('/product/global/list/', {brand: row.global_brand_id})
|
|
|
}[key];
|
|
|
}
|
...
|
...
|
|