-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
62 lines (62 loc) · 1.54 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
{
"pages": [
"pages/home/home",
"pages/myInfo/myInfo",
"pages/safeArea/safeArea",
"pages/watchSet/watchSet",
"pages/safeAreaPreview/safeAreaPreview",
"pages/healthData/healthData",
"pages/healthReport/healthReport",
"pages/resetArea/resetArea",
"pages/contects/contects",
"pages/robot/robot",
"pages/accessLog/accessLog",
"pages/fallAlarm/fallAlarm",
"pages/fallLog/fallLog",
"pages/safeTip/safeTip",
"pages/trail/trail"
],
"window": {
"backgroundTextStyle": "dark",
"backgroundColor": "#efefef",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "black"
},
"networkTimeout": {
"request": 35000,
"connectSocket": 30000
},
"tabBar": {
"color": "#99a3a3",
"selectedColor": "#69c7f5",
"borderStyle": "white",
"list": [
{
"selectedIconPath": "assets/index_select.png",
"iconPath": "assets/index.png",
"pagePath": "pages/home/home",
"text": "首页"
},
{
"selectedIconPath": "assets/myInfo_select.png",
"iconPath": "assets/myInfo.png",
"pagePath": "pages/myInfo/myInfo",
"text": "我的"
},
{
"selectedIconPath": "assets/robotb.png",
"iconPath": "assets/robotg.png",
"pagePath": "pages/robot/robot",
"text": "小焱"
}
]
},
"plugins": {
"calendar": {
"version": "1.1.3",
"provider": "wx92c68dae5a8bb046"
}
},
"sitemapLocation": "sitemap.json"
}