forked from tianbing111/CUG_Campus-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
72 lines (71 loc) · 1.69 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"pages": [
"pages/home/home",
"pages/tour/tour",
"pages/home2/home2",
"pages/baike/baike",
"pages/xingqiu/xingqiu",
"pages/communicate/communicate",
"pages/iBeiKe/iBeiKe",
"pages/my/my"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "小程序将获取你当前所在的位置信息"
}
},
"plugins": {
"routePlan": {
"version": "1.0.12",
"provider": "wx50b5593e81dd937a"
},
"subway": {
"version": "1.0.10",
"provider": "wx6aaf93c4435fa1c1"
},
"chooseLocation": {
"version": "1.0.5",
"provider": "wx76a9a06e5b4e693e"
}
},
"tabBar": {
"color": "#707070",
"selectedColor": "#2e74ee",
"borderStyle": "black",
"position": "bottom",
"list": [
{
"selectedIconPath": "/image/baike_1.png",
"iconPath": "/image/baike.png",
"pagePath": "pages/home/home",
"text": "南望山"
},
{
"selectedIconPath": "/image/zhubao_1.png",
"iconPath": "/image/zhubao.png",
"pagePath": "pages/home2/home2",
"text": "未来城"
},
{
"selectedIconPath": "/image/gouwu_1.png",
"iconPath": "/image/gouwu.png",
"pagePath": "pages/xingqiu/xingqiu",
"text": "星球"
},
{
"selectedIconPath": "/image/wode_1.png",
"iconPath": "/image/wode.png",
"pagePath": "pages/my/my",
"text": "我的"
}
]
}
}