Commit 26b41faa authored by Junling Bu's avatar Junling Bu
Browse files

Merge branch 'master' of https://github.com/linlinjava/litemall

parents bd6aae97 116664d7
...@@ -64,7 +64,7 @@ export default { ...@@ -64,7 +64,7 @@ export default {
handleTabClick(index) { handleTabClick(index) {
this.categoryId = this.navList[index].id; this.categoryId = this.navList[index].id;
this.$router.replace({ this.$router.replace({
name: 'list', name: 'category',
query: { itemClass: this.categoryId } query: { itemClass: this.categoryId }
}); });
this.init(); this.init();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment