forked from Bupt-Gantch/MiniProgram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
81 lines (81 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
{
"pages": [
"pages/loading/loading",
"pages/home/home",
"pages/search/search",
"pages/device/device",
"pages/messagelist/messagelist",
"pages/category/category",
"pages/my/my",
"pages/contact/contact",
"pages/release/release",
"pages/publish/publish",
"pages/mypublish/mypublish",
"pages/register/register",
"pages/scene/scene",
"pages/group/group",
"pages/index/index",
"pages/ruleDetail/ruleDetail",
"pages/weather/weather",
"pages/sceneselector/sceneselector",
"pages/second/smarthome/smarthome",
"pages/second/alert/alert",
"pages/second/firecontrol/firecontrol",
"pages/second/farm/farm",
"pages/second/hotel/hotel",
"pages/second/city/city",
"pages/second/community/community",
"pages/second/school/school",
"pages/second/old/old",
"pages/second/office/office",
"pages/second/s-city/s-city",
"pages/second/company/company",
"pages/second/ai/ai",
"pages/second/support/support"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#9ABAF5",
"navigationBarTitleText": "冠川智能",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"backgroundColor": "#E3E3E3"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "imgs/toolbar/home.png",
"selectedIconPath": "imgs/toolbar/[email protected]"
},
{
"pagePath": "pages/publish/publish",
"text": "发布",
"iconPath": "imgs/toolbar/publish.png",
"selectedIconPath": "imgs/toolbar/[email protected]"
},
{
"pagePath": "pages/messagelist/messagelist",
"text": "消息",
"iconPath": "imgs/toolbar/messagelist.png",
"selectedIconPath": "imgs/toolbar/[email protected]"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "imgs/toolbar/my.png",
"selectedIconPath": "imgs/toolbar/[email protected]"
}
],
"borderStyle": "#5a9ec8",
"selectedColor": "#002366",
"color": "#5a9ec8",
"backgroundColor": "#e7eae9",
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于查询天气信息及信息发布"
}
}
}
}