-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
38 lines (38 loc) · 962 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
34
35
36
37
38
{
"pages":[
"pages/index/index",
"pages/history/history",
"pages/collect/collect",
"pages/detail/detail",
"pages/detail_date/detail_date"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
},
"tabBar":{
"selectedColor": "#1296db",
"list":[
{
"pagePath":"pages/index/index",
"text":"客服",
"iconPath":"img/server.png",
"selectedIconPath":"img/server_s.png"
},
{
"pagePath": "pages/collect/collect",
"text": "收藏",
"iconPath": "img/collect.png",
"selectedIconPath": "img/collect_s.png"
},
{
"pagePath": "pages/history/history",
"text": "历史",
"iconPath": "img/history.png",
"selectedIconPath": "img/history_s.png"
}
]
}
}