-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
82 lines (82 loc) · 2.31 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
73
74
75
76
77
78
79
80
81
82
{
"pages": [
"pages/index/index",
"pages/login/login",
"pages/dept/dept",
"pages/addDept/addDept",
"pages/editDept/editDept",
"pages/map/map",
"pages/gaode/gaode",
"pages/weather/weather",
"pages/staticmap/staticmap",
"pages/regeo/regeo",
"pages/poi/poi",
"pages/navigation_car/navigation",
"pages/navigation_car_detail/navigation",
"pages/navigation_bus/navigation",
"pages/navigation_bus_detail/navigation",
"pages/navigation_ride/navigation",
"pages/navigation_ride_detail/navigation",
"pages/navigation_walk/navigation",
"pages/navigation_walk_detail/navigation",
"components/uploadFile/uploadFile",
"pages/fileTest/fileTest"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"plugins": {
"routePlan": {
"version": "1.0.12",
"provider": "wx50b5593e81dd937a"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "小王的demo",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"useExtendedLib": {
"weui": true
},
"tabBar": {
"selectedColor": "#FA436A",
"list": [
{
"pagePath": "pages/fileTest/fileTest",
"text": "测试",
"iconPath": "/static/images/tabs/tab-my.png",
"selectedIconPath": "/static/images/tabs/tab-my-current.png"
},
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "/static/images/tabs/tab-my.png",
"selectedIconPath": "/static/images/tabs/tab-my-current.png"
},
{
"pagePath": "pages/login/login",
"text": "登录",
"iconPath": "/static/images/tabs/tab-my.png",
"selectedIconPath": "/static/images/tabs/tab-my-current.png"
},
{
"pagePath": "pages/map/map",
"text": "地图",
"iconPath": "/static/images/tabs/tab-my.png",
"selectedIconPath": "/static/images/tabs/tab-my-current.png"
},
{
"pagePath": "pages/gaode/gaode",
"text": "高德地图",
"iconPath": "/static/images/tabs/tab-my.png",
"selectedIconPath": "/static/images/tabs/tab-my-current.png"
}
]
}
}