Files
hht-longdianningxin-uni/utils/mork2.js

15 lines
478 B
JavaScript

export const authority = () => {
let res = {
code: '1',
result: {
rf_menu0: {
sonTree:
[
{path: 'RF01', title: '收卷辊库', sonTree: [{title: '收卷辊管理', path: '/pages/manage/roll-manage'}]},
{path: 'RF01', title: '检测取样', sonTree: [{title: '呼叫取样', path: '/pages/manage/call-sampling'}]},
{path: 'RF01', title: '废箔处理', sonTree: [{title: '废箔搬运', path: '/pages/manage/waste-foil-move'}]}
]
}
}}
return res
}