This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PAD/module/modulePRE/config/menu.json

51 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2024-01-24 16:47:50 +08:00
[
{
"name": "modulePRE",
"title": "modulePRE.title",
"icon_s": "image/icons/menu_modulePRE.png",
"isShow": true,
"order": 0,
"childs": [
{
"name": "moduleDispatch",
"title": "moduleDispatch.title",
"icon": "image/icons/menu_dispatch.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 0,
"default": "moduleDispatch",
"module": "WIP",
"childs": [
{
"name": "moduleDispatch",
"title": "home.title",
"icon": "",
"isShow": true,
"order": 0
}
]
},
{
"name": "mrs-mount-accessory",
"title": "mrs-mount-accessory.title",
"icon": "image/iMES_icon/icon_accessory@2x.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 1,
"default": "mrs-mount-accessory",
"module": "EMS",
"childs": [
{
"name": "mrs-mount-accessory",
"title": "home.title",
"icon": "",
"isShow": true,
"order": 0
}
]
}
]
}
]