This commit is contained in:
2023-09-08 13:15:03 +08:00
parent d0049011b7
commit 991ab7f18d
5 changed files with 16 additions and 12 deletions

View File

@@ -64,13 +64,11 @@ export const handRequest = () => request({
export const authority = () => {
let res = {
sonTree: [
// {menu_id: '5', icon: 'RF04', name: '设备点检', path: '/pages/modules/equip-inspection', sonTree: []}
{menu_id: '1', icon: 'RF06', name: '仓储管理', sonTree: [
{menu_id: '1', name: '半成品入库', path: '/pages/modules/SemifinishedInStore'},
{menu_id: '2', name: '半成品出库', path: '/pages/modules/SemifinishedOutStore'},
{menu_id: '3', name: '空箱出库', path: '/pages/modules/EmptyOutStore'}
]},
{menu_id: '2', icon: 'RF01', name: '生产管理', path: '', sonTree: []}
]}
]
}
return res