-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
48 lines (44 loc) · 965 Bytes
/
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
{
"pages":[
"pages/me/me",
"pages/map/map",
"pages/index/index",
"pages/logs/logs",
"pages/login/login",
"pages/zhuce/zhuce",
"pages/admin/admin",
"pages/home/home",
"pages/setting/setting",
"pages/mima/mima"
],
"permission":{
"scope.userLocation":{
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "云大人脸门禁",
"navigationBarTextStyle":"black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/me/me",
"text": "主页",
"iconPath": "photo/home_.png",
"selectedIconPath": "photo/home.png"
},
{
"pagePath": "pages/map/map",
"text": "地图",
"iconPath": "photo/map_.png",
"selectedIconPath": "photo/map.png"
}
],
"color":"#0094ff"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}