-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
49 lines (48 loc) · 1.14 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
{
"pages": [
"pages/manage/manage",
"pages/manage/perf/perf",
"pages/index/index",
"pages/me/me",
"pages/manage/paper/paper",
"pages/manage/paper/vote/vote",
"pages/perf/perf",
"pages/manage/dev/dev",
"pages/manage/perf/edit/edit",
"pages/manage/other/other"
],
"window": {
"defaultTitle": "绩效管理"
},
"tabBar": {
"textColor": "#404040",
"selectedColor": "#108ee9",
"backgroundColor": "#FFFFFF",
"items": [
{
"pagePath": "pages/index/index",
"icon": "image/tab/index.png",
"activeIcon": "image/tab/index_HL.png",
"name": "首页"
},
{
"pagePath": "pages/manage/manage",
"icon": "image/tab/mgmt.png",
"activeIcon": "image/tab/mgmt_HL.png",
"name": "管理"
},
{
"pagePath": "pages/perf/perf",
"icon": "image/tab/perf.png",
"activeIcon": "image/tab/perf_HL.png",
"name": "绩效"
},
{
"pagePath": "pages/me/me",
"icon": "image/tab/me.png",
"activeIcon": "image/tab/me_HL.png",
"name": "我的"
}
]
}
}