菜单add

This commit is contained in:
2023-07-13 11:24:23 +08:00
parent 0fa9c95c28
commit 668b470586
3 changed files with 12 additions and 45 deletions

View File

@@ -57,7 +57,8 @@ export const authority = () => {
name: '清洗管理',
sonTree: [
{menu_id: '1', name: '清洗上料', path: '/cleaningloading'},
{menu_id: '2', name: '清洗下料', path: '/cleaningcutting'}
{menu_id: '2', name: '清洗下料', path: '/cleaningcutting'},
{menu_id: '3', name: '人工倒料', path: '/manpour'}
]
}
]