mirror of
https://gitee.com/niucloud-team/javashop.git
synced 2026-09-23 20:06:12 +00:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"menu": [
|
|
{
|
|
"menu_name": "{title}",
|
|
"menu_short_name": "{title}",
|
|
"menu_key": "{key}",
|
|
"parent_key": "",
|
|
"menu_type": 0,
|
|
"icon": "",
|
|
"api_url": "",
|
|
"router_path": "",
|
|
"view_path": "",
|
|
"methods": "",
|
|
"sort": 110,
|
|
"status": 1,
|
|
"is_show": 1,
|
|
"children": [
|
|
{
|
|
"menu_name": "{title}",
|
|
"menu_short_name": "{title}",
|
|
"menu_key": "{key}_hello_world",
|
|
"menu_type": 1,
|
|
"icon": "",
|
|
"api_url": "{key}/hello_world",
|
|
"router_path": "{key}/hello_world",
|
|
"view_path": "hello_world/index",
|
|
"methods": "get",
|
|
"sort": 100,
|
|
"status": 1,
|
|
"is_show": 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"delete": [
|
|
]
|
|
} |