导航页

This commit is contained in:
2023-09-13 13:52:30 +08:00
parent 41e88dca8c
commit 113358ea7b
17 changed files with 92 additions and 27 deletions

View File

@@ -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
}
/**
* 设备点检
*/