Browse Source

禁用类目详情品牌接口

yangc 7 years ago
parent
commit
5f331c1623
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/product/kind/_id.vue

+ 1 - 1
pages/product/kind/_id.vue

@@ -28,7 +28,7 @@
       return Promise.all([
       return Promise.all([
         store.dispatch('product/loadKindParentsWithBothers', {id: route.params.id}),
         store.dispatch('product/loadKindParentsWithBothers', {id: route.params.id}),
         store.dispatch('product/loadKindFirstChild', {id: route.params.id}),
         store.dispatch('product/loadKindFirstChild', {id: route.params.id}),
-        store.dispatch('product/loadKindBrands', {id: route.params.id}),
+//        store.dispatch('product/loadKindBrands', {id: route.params.id}),
         store.dispatch('product/pageComGoods', {kindid: route.params.id})
         store.dispatch('product/pageComGoods', {kindid: route.params.id})
       ])
       ])
     },
     },