-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
33 lines (33 loc) · 848 Bytes
/
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
{
"pages":[
"pages/information/information",
"pages/article/article",
"pages/Video/Video",
"pages/index/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black",
"enablePullDownRefresh":true
},
"tabBar": {
"list": [
{
"pagePath": "pages/information/information",
"text": "嘀友资讯",
"iconPath": "images/tabBar/information.png",
"selectedIconPath": "images/tabBar/information1.png"
},
{
"pagePath": "pages/index/index",
"text": "嘀友租车",
"iconPath": "images/tabBar/personal1.png",
"selectedIconPath": "images/tabBar/personal.png"
}
],
"color": "#000",
"selectedColor": "#48c23d"
}
}