feat: 新增支持右键自定义菜单进行节点编辑的树形组件. #569

This commit is contained in:
lt5227
2024-12-09 14:36:16 +08:00
parent 9af5c99c2c
commit 5a00171c9a
7 changed files with 435 additions and 3 deletions

View File

@@ -348,6 +348,14 @@ const adminList = [
meta: {
title: 'router.iAgree'
}
},
{
path: 'tree',
component: 'views/Components/Tree',
name: 'Tree',
meta: {
title: 'router.tree'
}
}
]
},