ソースを参照

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

Junling Bu 6 年 前
コミット
26b41faa6a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      litemall-vue/src/views/items/category/index.vue

+ 1 - 1
litemall-vue/src/views/items/category/index.vue

@@ -64,7 +64,7 @@ export default {
     handleTabClick(index) {
       this.categoryId = this.navList[index].id;
       this.$router.replace({
-        name: 'list',
+        name: 'category',
         query: { itemClass: this.categoryId }
       });
       this.init();