-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
45 lines (45 loc) · 1.09 KB
/
app.json
File metadata and controls
45 lines (45 loc) · 1.09 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
41
42
43
44
45
{
"pages": [
"pages/index/index",
"pages/notice/index",
"pages/my/index",
"pages/repair/index",
"pages/repair/item",
"pages/housing_audit/index",
"pages/changePassword/index"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fffffe",
"navigationBarTitleText": "智慧社区物业端",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#aaa",
"selectedColor": "#1296db",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "img/index.png",
"selectedIconPath": "img/index2.png"
},
{
"pagePath": "pages/notice/index",
"text": "动态",
"iconPath": "img/dynamic.png",
"selectedIconPath": "img/dynamic2.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "img/my.png",
"selectedIconPath": "img/my2.png"
}
]
},
"sitemapLocation": "sitemap.json"
}