-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
58 lines (58 loc) · 1.74 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/work/work",
"pages/form/applyForm/applyForm",
"pages/form/highReplyForm/highReplyForm",
"pages/file/file",
"pages/search/search",
"pages/profile/profile",
"pages/form/materialRequestForm/materialRequestForm",
"pages/form/materialSelection/materialSelection",
"pages/form/dntAudit/dntAudit",
"pages/form/mrfAudit/mrfAudit",
"pages/form/mrfLeaderAudit/mrfLeaderAudit",
"pages/login/login",
"pages/form/dntDownloadToSign/dntDownloadToSign",
"pages/form/dntGetMaterial/dntGetMaterial",
"pages/form/dntStart/dntStart",
"pages/form/dntAchieve/dntAchieve",
"pages/form/dntCheck/dntCheck",
"pages/form/hrfPreview/hrfPreview",
"pages/form/hrfSketch/hrfSketch"
],
"window": {
"defaultTitle": "喀左业扩报装e处理平台",
"titleBarColor": "#00706b"
},
"tabBar": {
"textColor": "#bbbbbb",
"selectedColor": "#000000",
"backgroundColor": "#ffffff",
"items": [
{
"pagePath": "pages/work/work",
"name": "工单",
"icon": "/statics/icons/work_line_48px.png",
"activeIcon": "/statics/icons/work_fill_48px.png"
},
{
"pagePath": "pages/file/file",
"name": "归档",
"icon": "/statics/icons/file_line_48px.png",
"activeIcon": "/statics/icons/file_fill_48px.png"
},
{
"pagePath": "pages/search/search",
"name": "检索",
"icon": "/statics/icons/search_line_48px.png",
"activeIcon": "/statics/icons/search_fill_48px.png"
},
{
"pagePath": "pages/profile/profile",
"name": "个人",
"icon": "/statics/icons/profile_line_48px.png",
"activeIcon": "/statics/icons/profile_fill_48px.png"
}
]
}
}