"eladmin-logging/src/main/vscode:/vscode.git/clone" did not exist on "e1366ee41a42632263e22542bfe4e5d4941156ee"
Commit 116664d7 authored by 1037621594's avatar 1037621594 Committed by linlinjava
Browse files

Update index.vue (#250)

修复了商品分类无法切换的bug
parent c04bf486
...@@ -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