导航地址

This commit is contained in:
2023-09-08 09:42:08 +08:00
parent e350d35e34
commit fb876f841b
4 changed files with 42 additions and 34 deletions

View File

@@ -59,23 +59,6 @@ export const handRequest = () => request({
data: {}
})
// 菜单
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
}
/**
* 半成品入库
*/