forked from raul-sauco/minihiker-weapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
64 lines (64 loc) · 1.97 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
{
"pages": [
"pages/index/index",
"pages/national/national",
"pages/program-group/program-group",
"pages/me/me",
"pages/program-group-qa/program-group-qa",
"pages/ask-question/ask-question",
"pages/personal-information/personal-information",
"pages/account-details/account-details",
"pages/program-registration/program-registration",
"pages/confirm-payment/confirm-payment",
"pages/select-participants/select-participants",
"pages/my-payments/my-payments",
"pages/my-program-details/my-program-details",
"pages/cs-phones/cs-phones",
"pages/cs-online/cs-online",
"pages/navigation-history/navigation-history",
"pages/recommended/recommended",
"pages/about-minihiker/about-minihiker",
"pages/edit-account-details/edit-account-details",
"pages/electronic-contract/electronic-contract",
"pages/authentication/authentication",
"pages/authentication-example/authentication-example",
"pages/contract-list/contract-list",
"pages/completed-contract/completed-contract",
"pages/webView/webView"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#0ba360",
"navigationBarTitleText": "童行者",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "img/int.png",
"selectedIconPath": "img/int_HL.png",
"text": "国际"
},
{
"pagePath": "pages/national/national",
"iconPath": "img/nat.png",
"selectedIconPath": "img/nat_HL.png",
"text": "国内"
},
{
"pagePath": "pages/me/me",
"iconPath": "img/user.png",
"selectedIconPath": "img/user_HL.png",
"text": "我的"
}
]
},
"debug": true,
"sitemapLocation": "sitemap.json"
}