-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
70 lines (70 loc) · 1.86 KB
/
app.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
{
"pages": [
"pages/index/index",
"pages/home/home",
"pages/courseList/courseList",
"pages/my/my",
"pages/courseDetail/courseDetail",
"pages/discountDetail/discountDetail",
"pages/mechanismDetail/mechanismDetail",
"pages/courseSpace/courseSpace",
"pages/myCourseList/myCourseList",
"pages/child/child",
"pages/growthRecord/growthRecord",
"pages/myOrder/myOrder",
"pages/concat/concat",
"pages/profile/profile",
"pages/phone/phone",
"pages/message/message",
"pages/reportDetail/reportDetail",
"pages/teacher/teacher",
"pages/confirmOrder/confirmOrder",
"pages/success/success",
"pages/orderPayment/orderPayment",
"pages/orderDetail/orderDetail",
"pages/publish/publish",
"pages/teacherComment/teacherComment",
"pages/poster/poster",
"pages/comment/comment",
"pages/submitWork/submitWork"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "成长优选",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"plugins": {
"wxparserPlugin": {
"version": "0.1.0",
"provider": "wx9d4d4ffa781ff3ac"
}
},
"tabBar": {
"color": "#333333",
"selectedColor": "#666666",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "images/home_n.png",
"selectedIconPath": "images/home_s.png",
"text": "首页"
},
{
"pagePath": "pages/courseList/courseList",
"iconPath": "images/kecheng_n.png",
"selectedIconPath": "images/kecheng_s.png",
"text": "课程"
},
{
"pagePath": "pages/my/my",
"iconPath": "images/me_n.png",
"selectedIconPath": "images/me_s.png",
"text": "我的"
}
]
}
}