Browse Source

fix[litemall-vue]: 小bug

Junling Bu 6 years ago
parent
commit
8d82b1202a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      litemall-vue/src/views/items/tabbar-catalog.vue

+ 1 - 1
litemall-vue/src/views/items/tabbar-catalog.vue

@@ -71,7 +71,7 @@ export default {
     },
     },
     toItemList(id) {
     toItemList(id) {
       this.$router.push({
       this.$router.push({
-        name: 'list',
+        name: 'category',
         query: { keyword: '', itemClass: id }
         query: { keyword: '', itemClass: id }
       });
       });
     }
     }