-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
50 lines (48 loc) · 1.21 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
{
"pages": [
"pages/auth/auth",
"pages/index/index",
"pages/logs/logs",
"pages/user/user",
"pages/exception/exception",
"pages/report/report",
"pages/person/person",
"pages/record/record",
"pages/suggest/suggest",
"pages/admin/admin",
"pages/admin_report/admin_report",
"pages/admin_return/admin_return",
"pages/admin_person/admin_person",
"pages/admin_student/admin_student",
"pages/admin_records/admin_records",
"pages/admin_feedBack/admin_feedBack",
"pages/bikeChart/bikeChart",
"pages/login/login"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#1cbbb4",
"navigationBarTitleText": "小绿单车",
"navigationBarTextStyle": "white"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/user/user",
"text": "我的"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}