add:收卷辊库\检测取样\废箔处理
This commit is contained in:
@@ -1,24 +1,15 @@
|
||||
export const handLogin = (user, password) => {
|
||||
export const authority = () => {
|
||||
let res = {
|
||||
user: {
|
||||
user: {username: 'admin'},
|
||||
},
|
||||
token: 'abcd'
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const regionList = () => {
|
||||
let res = {
|
||||
content: [{value: '1', label: 'aa'}, {value: '2', label: 'bb'}]
|
||||
}
|
||||
return res
|
||||
}
|
||||
|
||||
export const fabOrders = (data) => {
|
||||
let res = {
|
||||
content: [
|
||||
{order_code: '111', region_code: '3', due_date: '2020-10-10 11:30:30'}
|
||||
]
|
||||
}
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user