Authored by 郭成尧

'品牌店铺URL维护'

... ... @@ -50,7 +50,7 @@ Vue.filter('clothingGenderIdentity', (value)=> {
* @param value brand domain
*/
Vue.filter('brandUrl', (value)=> {
return `/brand?domain=${value}`;
return `/product/shop?domain=${value}`;
});
/**
... ...