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
629 B
42 lines
629 B
1 year ago
|
export default [{
|
||
|
"name": "泡沫",
|
||
|
"children": [{
|
||
|
"name": "泡沫点检",
|
||
|
"icon": "/menu_search_lj.svg",
|
||
|
"path": "/pages/foam/check",
|
||
|
"index": 1,
|
||
|
},
|
||
|
{
|
||
|
"name": "原料投入(泡沫)",
|
||
|
"icon": "/menu_search_lj.svg",
|
||
|
"path": "/pages/plastics/input",
|
||
|
"index": 2,
|
||
|
}
|
||
|
|
||
|
]
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"name": "注塑",
|
||
|
"children": [{
|
||
|
"name": "注塑点检",
|
||
|
"icon": "/menu_search_lj.svg",
|
||
|
"path": "/pages/plastics/check",
|
||
|
"index": 1,
|
||
|
},
|
||
|
{
|
||
|
"name": "原料投入(注塑)",
|
||
|
"icon": "/menu_search_lj.svg",
|
||
|
"path": "/pages/plastics/input",
|
||
|
"index": 2,
|
||
|
},
|
||
|
|
||
|
]
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
]
|