导航页
This commit is contained in:
@@ -59,23 +59,6 @@ export const handRequest = () => request({
|
||||
data: {}
|
||||
})
|
||||
|
||||
// 菜单
|
||||
export const authority = () => {
|
||||
let res = {
|
||||
sonTree: [
|
||||
{menu_id: '1', icon: 'RF08', name: '入库搬运', path: '', sonTree: [
|
||||
{menu_id: '1', name: '生箔生产进度', path: '/pages/ProductManage/SboProdProgress'}
|
||||
]},
|
||||
{menu_id: '2', icon: 'RF02', name: '叫料出库', path: '', sonTree: []},
|
||||
{menu_id: '3', icon: 'RF03', name: '任务管理', path: '', sonTree: []},
|
||||
{menu_id: '4', icon: 'RF07', name: '指令管理', path: '', sonTree: []},
|
||||
{menu_id: '5', icon: 'RF04', name: '设备点检', path: '/pages/modules/equip-inspection', sonTree: []},
|
||||
{menu_id: '6', icon: 'RF10', name: '设备操作', path: '', sonTree: []}
|
||||
]
|
||||
}
|
||||
return res
|
||||
}
|
||||
|
||||
/**
|
||||
* 设备点检
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user