|
|
@@ -55,7 +55,7 @@
|
|
|
<tbody id="productList-content">
|
|
|
<tr v-for="item in good_list.components">
|
|
|
<td>
|
|
|
- <nuxt-link class="component-img-box" :to="`/product/component/${item.uuid}`">
|
|
|
+ <nuxt-link class="component-img-box" :to="item.batchCode?`/store/${item.storeId}/${item.batchCode}`:`/product/component/${item.uuid}`">
|
|
|
<img :src="item.img?item.img:item.brand.logoUrl?item.brand.logoUrl:'/images/component/default.png'">
|
|
|
</nuxt-link>
|
|
|
</td>
|