app.json
1.22 KB
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
{
"pages": [
"pages/index/index",
"pages/index/rank/rank",
"pages/index/punchDetail/punchDetail",
"pages/index/newPunch/newPunch",
"pages/login/codeLogin/codeLogin",
"pages/login/protocol/protocol",
"pages/login/policy/policy",
"pages/mine/index",
"pages/mine/record/record",
"pages/webview/webview"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "计划管家",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#909090",
"selectedColor": "#5B97F2",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "./img/tab_home_normat.png",
"selectedIconPath": "./img/tab_home_selected.png"
},
{
"pagePath": "pages/mine/index",
"text": "我的",
"iconPath": "./img/tab_mine_normat.png",
"selectedIconPath": "./img/tab_mine_selected.png"
}
]
},
"sitemapLocation": "sitemap.json"
}