-
Notifications
You must be signed in to change notification settings - Fork 1
/
menu.json
48 lines (48 loc) · 878 Bytes
/
menu.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
[
{
"id": 1,
"title": "主页1",
"parentid": 0,
"url": "/"
},{
"id": 2,
"title": "主页2",
"parentid": 0,
"url": "/index2"
},{
"id": 3,
"title": "主页3",
"parentid": 0,
"url": "/"
},{
"id": 4,
"title": "副业1",
"parentid": 1,
"url": "/"
},{
"id": 5,
"title": "副业2",
"parentid": 1,
"url": "/3"
},{
"id": 6,
"title": "三级页1",
"parentid": 4,
"url": "/1"
},{
"id": 7,
"title": "三级页2",
"parentid": 4,
"url": "/2"
},{
"id": 8,
"title": "2级页",
"parentid": 3,
"url": "/"
},{
"id": 9,
"title": "3级页",
"parentid": 8,
"url": "/5"
}
]