-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
52 lines (52 loc) · 1.28 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
{
"pages":[
"pages/index/index",
"pages/contact/contact",
"pages/join/join",
"pages/activity/activity",
"pages/home/home",
"pages/demo/demo",
"pages/map/map",
"pages/movie/movie",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
},
"tabBar": {
"position": "bottom",
"color": "#aaa",
"selectedColor": "#EB3477",
"backgroundColor": "#fff",
"borderStyle": "#f00",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "assets/icons/1.png",
"selectedIconPath": "assets/icons/2.png"
},
{
"pagePath": "pages/demo/demo",
"text": "客照样片",
"iconPath": "assets/icons/3.png",
"selectedIconPath": "assets/icons/4.png"
},
{
"pagePath": "pages/activity/activity",
"text": "活动",
"iconPath": "assets/icons/5.png",
"selectedIconPath": "assets/icons/6.png"
},
{
"pagePath": "pages/contact/contact",
"text": "联系我们",
"iconPath": "assets/icons/7.png",
"selectedIconPath": "assets/icons/8.png"
}
]
}
}