|
@@ -119,7 +119,7 @@ export default {
|
|
|
this.$emit("updatebrand", brand)
|
|
|
} else {
|
|
|
console.log('跳转到产品页面')
|
|
|
- this.$router.push({path: 'brand/brandDetail', query: {id: item.id, name: item.BrandCname, productId: '3'}})
|
|
|
+ this.$router.push({path: 'brand/brandDetail', query: {id: '1', name: '22', productId: '3'}})
|
|
|
}
|
|
|
},
|
|
|
handleClickLetter(e) { //点击字母锚点
|