diff --git a/components/aside-tree.vue b/components/aside-tree.vue index 6ebb30b..47cc5c0 100644 --- a/components/aside-tree.vue +++ b/components/aside-tree.vue @@ -104,7 +104,8 @@ export default { path: `${this.baseUrl}`, query: { ...this.$route.query, - catgId: row.id + catgId: row.id, + title: node.data.label } }) }