...
|
...
|
@@ -85,11 +85,13 @@ export default { |
|
|
}
|
|
|
},
|
|
|
goProductList(item) {
|
|
|
let query = {};
|
|
|
let key = item.linkType;
|
|
|
// console.log('===category=='+key);
|
|
|
query[key] = item.id;
|
|
|
this.$router.push({
|
|
|
name: 'List',
|
|
|
query: {
|
|
|
brand: item.id
|
|
|
},
|
|
|
query,
|
|
|
});
|
|
|
}
|
|
|
},
|
...
|
...
|
|