-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
64 lines (56 loc) · 1.78 KB
/
app.json
File metadata and controls
64 lines (56 loc) · 1.78 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"pages": [
"pages/selectlogin/selectlogin",
"pages/selectlogin/scan/index",
"pages/selectlogin/scan/fail/fail",
"pages/selectlogin/register/register",
"pages/selectlogin/registerbywechat/registerbywechat",
"pages/tab1-operation/index",
"pages/tab1-operation/applyOut/out",
"pages/tab1-operation/applyIn/in",
"pages/logs/logs",
"pages/tab1-operation/carBindInfo/index",
"pages/tab1-operation/carBindInfo/Bind/index",
"pages/tab2-history/index",
"pages/tab2-history/historySelf/index",
"pages/tab2-history/historyOthers/index",
"pages/tab3-myspace/index",
"pages/tab3-myspace/updatepassword/updatepassword",
"pages/tab3-myspace/myinformation/myinformation"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTitleText": "贵州大学校园智能门禁",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#9fa0a0",
"selectedColor": "#9eea6a",
"borderStyle": "black",
"backgroundColor": "white",
"list": [{
"pagePath": "pages/tab1-operation/index",
"iconPath": "/images/application-0.png",
"selectedIconPath": "/images/application-1.png",
"text": "申请"
},
{
"pagePath": "pages/tab2-history/index",
"iconPath": "/images/history-0.png",
"selectedIconPath": "/images/history-1.png",
"text": "申请历史"
},
{
"pagePath": "pages/tab3-myspace/index",
"iconPath": "/images/myspace-0.png",
"selectedIconPath": "/images/myspace-1.png",
"text": "个人中心"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}