forked from liulinfen/nested_el-checkbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
139 lines (139 loc) · 2.53 KB
/
data.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"data": {
"allMenus": [{
"id": 1,
"name": "首页",
"ename": "home",
"path": "/home",
"pid": 0,
"children": []
}, {
"id": 2,
"name": "订单",
"ename": "order-manage",
"path": "/order-manage",
"pid": 0,
"children": []
}, {
"id": 3,
"name": "导师管理",
"ename": "teacher-manage",
"path": "/teacher-manage",
"pid": 0,
"children": []
}, {
"id": 4,
"name": "课程管理",
"ename": "course-manage",
"path": "/course-manage",
"pid": 0,
"children": [{
"id": 5,
"name": "课程模板",
"path": "template",
"pid": 4,
"children": []
}, {
"id": 6,
"name": "课程列表",
"path": "list",
"pid": 4,
"children": []
}, {
"id": 7,
"name": "已归档课程",
"path": "archive-course",
"pid": 4,
"children": []
}]
}, {
"id": 8,
"name": "内容",
"ename": "content",
"path": "/content",
"pid": 0,
"children": [{
"id": 9,
"name": "广告位",
"path": "banner",
"pid": 8,
"children": []
}, {
"id": 10,
"name": "关于我们",
"path": "about",
"pid": 8,
"children": []
}]
}, {
"id": 11,
"name": "用户",
"ename": "user",
"path": "/user",
"pid": 0,
"children": [{
"id": 12,
"name": "用户管理",
"path": "user-manage",
"pid": 11,
"children": []
}, {
"id": 13,
"name": "主办方",
"path": "user-server",
"pid": 11,
"children": []
}, {
"id": 14,
"name": "组织者",
"path": "user-seller",
"pid": 11,
"children": []
}]
}, {
"id": 15,
"name": "系统设置",
"ename": "system-manage",
"path": "/system-manage",
"pid": 0,
"children": [{
"id": 16,
"name": "修改密码",
"path": "system-password",
"pid": 15,
"children": []
}]
}, {
"id": 20,
"name": "审核管理",
"ename": "audit-manage",
"path": "/audit-manage",
"pid": 0,
"children": [{
"id": 21,
"name": "报名审核",
"path": "apply-course",
"pid": 20,
"children": []
}, {
"id": 22,
"name": "转账审核",
"path": "transfer-audit",
"pid": 20,
"children": []
}, {
"id": 23,
"name": "退款审核",
"path": "refund-audit",
"pid": 20,
"children": []
}, {
"id": 24,
"name": "发票审核",
"path": "invoice-audit",
"pid": 20,
"children": []
}]
}]
}
}