Authored by bevishuang

分类参数修改

... ... @@ -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,
});
}
},
... ...