-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
105 lines (105 loc) · 2.73 KB
/
db.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"getUserPermissionByToken": {
"success": true,
"message": "",
"result": {
"menu": [
{
"redirect": null,
"title": "Dashboard",
"icon": "fas fa-home",
"path": "/dashboard",
"name": "dashboard",
"component": "home/Dashboard",
"route": "1",
"meta": {
"keepAlive": false,
"internalOrExternal": false
}
},
{
"redirect": null,
"title": "系统管理",
"icon": "fas fa-cog",
"path": "/system",
"name": "system",
"component": "layouts/RouteView",
"route": "1",
"meta": {
"keepAlive": false,
"internalOrExternal": false
},
"children": [
{
"path": "/system/user",
"icon": "fas fa-user-cog",
"title": "用户管理",
"name": "system-user",
"component": "system/User",
"route": "1",
"meta": {
"keepAlive": false,
"internalOrExternal": false
}
},
{
"path": "/system/role",
"icon": "fas fa-user-tag",
"title": "角色管理",
"name": "system-role",
"component": "system/Role",
"route": "1",
"meta": {
"keepAlive": false,
"internalOrExternal": false
}
},
{
"path": "/system/menu",
"icon": "fas fa-list-ol",
"title": "菜单管理",
"name": "system-menu",
"component": "system/Menu",
"route": "1",
"meta": {
"keepAlive": false,
"internalOrExternal": false
}
}
]
}
],
"allauch": [
],
"auth": [
]
}
},
"login": {
"success": true,
"message": "",
"result": {
"userInfo": {
"userName": "jeecg",
"realName": "jeecg",
"avatar": "assets/img/avatar.png",
"birthday": null,
"sex": 2,
"email": null,
"phone": null,
"orgCode": null,
"status": 1,
"delFlag": "0",
"workNo": null,
"post": null,
"telephone": null,
"createBy": "admin",
"createTime": "2019-02-13 16:02:36",
"updateBy": "admin",
"updateTime": "2019-04-09 15:47:36",
"activitiSync": "1"
},
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1ODE1ODEwMjEsInVzZXJuYW1lIjoiamVlY2cifQ.c-LMiMQlEx8mSs4IhipSZ0GM_l0utpFDPJTNXWLYSk0"
}
}
}