From e4b5fa37dfe2d92754d5433481a455f6d34ed114 Mon Sep 17 00:00:00 2001 From: hejin Date: Wed, 24 Sep 2025 22:17:50 +0800 Subject: [PATCH] =?UTF-8?q?tree=E7=BB=84=E4=BB=B6=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=90=BA=E5=B8=A6title=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/aside-tree.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }) }