chore: update menu

This commit is contained in:
vben
2020-11-23 23:30:20 +08:00
parent ba068ba1df
commit 36734100e3
7 changed files with 15 additions and 61 deletions

View File

@@ -4,9 +4,6 @@ const menu: MenuModule = {
menu: {
path: '/table',
name: 'Table',
tag: {
dot: true,
},
children: [
{
path: 'basic',
@@ -67,9 +64,6 @@ const menu: MenuModule = {
{
path: 'editRowTable',
name: '可编辑行',
tag: {
content: 'new',
},
},
],
},