Showing
1 changed file
with
1 additions
and
1 deletions
@@ -50,7 +50,7 @@ Vue.filter('clothingGenderIdentity', (value)=> { | @@ -50,7 +50,7 @@ Vue.filter('clothingGenderIdentity', (value)=> { | ||
50 | * @param value brand domain | 50 | * @param value brand domain |
51 | */ | 51 | */ |
52 | Vue.filter('brandUrl', (value)=> { | 52 | Vue.filter('brandUrl', (value)=> { |
53 | - return `/brand?domain=${value}`; | 53 | + return `/product/shop?domain=${value}`; |
54 | }); | 54 | }); |
55 | 55 | ||
56 | /** | 56 | /** |
-
Please register or login to post a comment