-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
58 lines (50 loc) · 1.34 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
{
"pages":[
"pages/mine/mine",
"pages/search/search",
"pages/repairmanInfo/repairmanInfo",
"pages/certification/certification",
"pages/infoWrite/infoWrite",
"pages/register/register",
"pages/infoRead/infoRead",
"pages/logs/logs",
"pages/mySkill/mySkill",
"pages/index/index",
"pages/skillCategoryList/skillCategoryList",
"pages/serviceFlag/serviceFlag",
"pages/error/error",
"pages/skillList/skillList"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#00a0ea",
"navigationBarTitleText": "便民维修",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#00a0ea",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"selectedIconPath": "images/sousuo_2.png",
"iconPath": "images/sousuo_1.png",
"pagePath": "pages/search/search",
"text": "首页"
},
{
"selectedIconPath": "images/tongxunlu.png",
"iconPath": "images/tongxunlu_1.png",
"pagePath": "pages/index/index",
"text": "通讯录"
},
{
"selectedIconPath": "images/wode_2.png",
"iconPath": "images/wode_1.png",
"pagePath": "pages/mine/mine",
"text": "我的"
}
]
}
}