-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-permission-info.json
58 lines (58 loc) · 1.18 KB
/
user-permission-info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"id": 1,
"name": "小明",
"username": "admin",
"avatar": "https://gw.alipayobjects.com/zos/rmsportal/jZUIxmJycoymBprLOUbT.png",
"status": 1,
"tel": "15084726668",
"roleId": "admin",
"roleList": [
"admin",
"company-admin"
],
"funPermissionList": [
"user_add",
"user_delete"
],
"menuPermissionList": [
"fun-permission",
"dashboard"
],
"menuTree": [
{
"path": "/welcome/index",
"flag": "welcome",
"title": "menu:welcome",
"icon": "smile"
},
{
"path": "/dashboard",
"flag": "dashboard",
"title": "menu:dashboard",
"icon": "eye",
"children": [
{
"path": "/dashboard/analysis",
"flag": "analysis",
"title": "menu:analysis"
},
{
"path": "https://www.baidu.com/",
"flag": "monitor",
"title": "menu:monitor"
},
{
"path": "/dashboard/workplace",
"flag": "workplace",
"title": "menu:workplace"
}
]
},
{
"path": "/fun-permission",
"flag": "FunPermission",
"title": "menu:permission-test",
"icon": "bxAnaalyse"
}
]
}