-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdb.json
50 lines (50 loc) · 1009 Bytes
/
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
{
"getBordList": [
{
"id":1,
"title": "banner",
"url": "/"
},
{
"id":2,
"title": "counter 计数器",
"url": "counter"
},
{
"id":3,
"title": "开放产品3",
"url": "home"
},
{
"id":4,
"title": "开放产品4",
"url": "home"
}
],
"getSlides": [
{
"id": 1,
"title": "幻灯片第1张",
"src": "http://img.mukewang.com/5903688d000141fd12000460.jpg",
"url": "http://imooc.com"
},
{
"id":2,
"title":"幻灯片第2张",
"src": "http://img.mukewang.com/590a9da300016c5612000460.jpg",
"url": "http://imooc.com"
},
{
"id":3,
"title":"幻灯片第3张",
"src": "http://img.mukewang.com/590ad0ca00018d0b12000460.jpg",
"url": "http://imooc.com"
},
{
"id":4,
"title":"幻灯片第3张",
"src": "http://img.mukewang.com/5903665f00011baa12000460.jpg",
"url": "http://imooc.com"
}
]
}