- 添加菜单权限控制

- url 权限控制
This commit is contained in:
sin
2019-03-01 18:15:12 +08:00
parent 814ca633aa
commit 21bacc19d8
14 changed files with 160 additions and 23 deletions

View File

@@ -0,0 +1,26 @@
{
"code": 0,
"message": "",
"data": [
{
"children": [
{
"handler": "/order/list1",
"id": 1,
"name": "商品管理1",
"pid": 1
},
{
"handler": "/order/list2",
"id": 1,
"name": "商品管理2",
"pid": 1
}
],
"handler": "/home",
"id": 1,
"name": "商品管理",
"pid": 1
}
]
}