-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
35 lines (35 loc) · 1.44 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
{
"pages": [
"pages/login/login",
"pages/views/project-management/project-management",
"pages/views/schedule-management/schedule-management",
"pages/views/project-output/project-output",
"pages/views/recycle-management/recycle-management",
"pages/views/contract-management/contract-management",
"pages/views/projectsetup-management/projectsetup-management",
"pages/views/allocation-management/allocation-management",
"pages/views/projectwork-management/projectwork-management",
"pages/views/quality-management/quality-management",
"pages/views/output-management/output-management",
"pages/views/authorize-management/authorize-management",
"pages/views/audited-management/audited-management",
"pages/paging/editwork/editwork",
"pages/paging/editauthorize/editauthorize",
"pages/paging/editallocation/editallocation",
"pages/paging/showprojectsetup/showprojectsetup",
"pages/paging/editquality/editquality",
"pages/paging/editoutput/editoutput",
"pages/paging/editaudited/editaudited",
"pages/paging/addQualityScore/addQualityScore",
"pages/views/output-chart/output-chart",
"pages/views/collect-chart/collect-chart",
"pages/views/service-chart/service-chart"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "杰信",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
}