-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
54 lines (54 loc) · 1.28 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
{
"pages": [
"pages/loading/loading",
"pages/index/index",
"pages/my/my",
"pages/guidemap/guidemap",
"pages/gmapdetail/gmapdetail",
"pages/search/search",
"pages/web-view/web-view",
"pages/copyright/copyright"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "gzhu校园导览",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"tabBar": {
"color": "#959595",
"selectedColor": "#118fff",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "res/img/index1.png",
"selectedIconPath": "res/img/index2.png",
"text": "首页"
},
{
"pagePath": "pages/my/my",
"iconPath": "res/img/school.png",
"selectedIconPath": "res/img/school2.png",
"text": "学校"
}
]
},
"plugins": {
"routePlan": {
"version": "1.0.10",
"provider": "wx50b5593e81dd937a"
}
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序定位"
}
},
"sitemapLocation": "sitemap.json"
}