You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
608 B
42 lines
608 B
export default [{
|
|
"name": "泡沫",
|
|
"children": [{
|
|
"name": "泡沫点检",
|
|
"icon": "/count.svg",
|
|
"path": "/pages/foam/check",
|
|
"index": 1,
|
|
},
|
|
{
|
|
"name": "泡沫投料",
|
|
"icon": "/purchase_return.svg",
|
|
"path": "/pages/foam/input",
|
|
"index": 2,
|
|
}
|
|
|
|
]
|
|
},
|
|
|
|
{
|
|
"name": "注塑",
|
|
"children": [{
|
|
"name": "注塑点检",
|
|
"icon": "/query_supplier_deliver.svg",
|
|
"path": "/pages/plastics/check",
|
|
"index": 1,
|
|
},
|
|
{
|
|
"name": "注塑投料",
|
|
"icon": "/unbind_pallet.svg",
|
|
"path": "/pages/plastics/input",
|
|
"index": 2,
|
|
},
|
|
|
|
]
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]
|