-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (42 loc) · 980 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
39
40
41
42
{
"pages": [
"pages/login/index",
"pages/index/index",
"pages/subscribe/index",
"pages/infoBase/index",
"pages/user/index",
"pages/user/settings/index",
"pages/notifyDetails/index",
"pages/index/search/index",
"pages/typeDetails/index",
"pages/manageSubscribe/index",
"pages/login/contract/index",
"pages/index/search/searchResult/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#4680EF",
"navigationBarTextStyle": "white"
},
"tabBar": {
"custom": true,
"list": [{
"pagePath": "pages/index/index",
"text": "通知"
},
{
"pagePath": "pages/infoBase/index",
"text": "信息库"
},
{
"pagePath": "pages/user/index",
"text": "个人"
}
]
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"customtabbar": "/custom-tab-bar/index"
}
}