Skip to content

Commit

Permalink
[change] app menu
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Apr 2, 2023
1 parent 5d2be94 commit 8afd943
Showing 1 changed file with 80 additions and 60 deletions.
140 changes: 80 additions & 60 deletions flows/app/menu.flow.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,84 @@
{
"name": "APP Menu",
"nodes": [],
"output": [
{
"id": 1,
"blocks": 0,
"icon": "icon-activity",
"name": "图表",
"parent": null,
"path": "/x/Chart/dashboard",
"visible_menu": 0
},
{
"id": 2,
"blocks": 0,
"icon": "icon-book",
"name": "表格",
"parent": null,
"path": "/x/Table/pet",
"visible_menu": 1,
"children": [
{
"blocks": 0,
"icon": "icon-book",
"name": "宠物列表",
"id": 2010,
"parent": 2,
"path": "/x/Table/pet",
"visible_menu": 1
}
]
},
{
"id": 2,
"blocks": 0,
"icon": "icon-clipboard",
"name": "表单",
"parent": null,
"path": "/x/Form/pet/1/edit",
"visible_menu": 1,
"children": [
{
"blocks": 0,
"icon": "icon-clipboard",
"name": "编辑模式",
"id": 2010,
"parent": 2,
"path": "/x/Form/pet/1/edit",
"visible_menu": 1
},
{
"blocks": 0,
"icon": "icon-clipboard",
"name": "查看模式",
"id": 2010,
"parent": 2,
"path": "/x/Form/pet/1/view",
"visible_menu": 1
}
]
}
]
"output": {
"setting": [
{
"icon": "icon-settings",
"id": 999999,
"name": "设置",
"path": "/x/Form/pet/1/edit",
"dot": true,
"children": [
{
"id": 10002,
"name": "系统设置",
"badge": 24,
"path": "/x/Form/pet/1/edit"
},
{ "id": 10002, "name": "系统设置", "path": "/setting" }
]
}
],
"items": [
{
"id": 1,
"blocks": 0,
"icon": "icon-activity",
"name": "图表",
"parent": null,
"path": "/x/Chart/dashboard",
"visible_menu": 0
},
{
"id": 2,
"blocks": 0,
"icon": "icon-book",
"name": "表格",
"parent": null,
"path": "/x/Table/pet",
"visible_menu": 1,
"children": [
{
"blocks": 0,
"icon": "icon-book",
"name": "宠物列表",
"id": 2010,
"parent": 2,
"path": "/x/Table/pet",
"visible_menu": 1
}
]
},
{
"id": 2,
"blocks": 0,
"icon": "icon-clipboard",
"name": "表单",
"parent": null,
"path": "/x/Form/pet/1/edit",
"visible_menu": 1,
"children": [
{
"blocks": 0,
"icon": "icon-clipboard",
"name": "编辑模式",
"id": 2010,
"parent": 2,
"path": "/x/Form/pet/1/edit",
"visible_menu": 1
},
{
"blocks": 0,
"icon": "icon-clipboard",
"name": "查看模式",
"id": 2010,
"parent": 2,
"path": "/x/Form/pet/1/view",
"visible_menu": 1
}
]
}
]
}
}

0 comments on commit 8afd943

Please sign in to comment.