导航地址
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
* 半成品入库
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user