Authored by 郭成尧

'品牌店铺URL维护'

@@ -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 /**