From f82ab718c9d81f26ff6f9d8f6a4eb8e8f2e871c0 Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Tue, 20 May 2025 15:50:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E6=A0=B9?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/custom/menu-tree.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/custom/menu-tree.vue b/src/components/custom/menu-tree.vue index 5874f8db..fdb9960f 100644 --- a/src/components/custom/menu-tree.vue +++ b/src/components/custom/menu-tree.vue @@ -34,7 +34,7 @@ async function getMenuList() { options.value = [ { id: 0, - label: '根节点', + label: '根目录', icon: 'material-symbols:home-outline-rounded', children: data }