refactor: 修改根目录名称

This commit is contained in:
AN 2025-05-20 15:50:16 +08:00
parent 37a60d676a
commit f82ab718c9

View File

@ -34,7 +34,7 @@ async function getMenuList() {
options.value = [
{
id: 0,
label: '根节点',
label: '根目录',
icon: 'material-symbols:home-outline-rounded',
children: data
}