-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
47 lines (47 loc) · 1.08 KB
/
app.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
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
{
"pages": [
"src/pages/index/index",
"src/pages/alarm/alarm",
"src/pages/chart/chart",
"src/pages/profile/profile",
"src/pages/login/login",
"src/pages/alarm/detail",
"src/pages/chart/detail",
"src/pages/ticket/list",
"src/pages/ticket/detail",
"src/pages/ticket/create",
"src/pages/chart-detail/chart-detail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#00539C",
"navigationBarTitleText": "智慧校园",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#00539C",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "src/pages/index/index",
"text": "首页"
},
{
"pagePath": "src/pages/alarm/alarm",
"text": "告警"
},
{
"pagePath": "src/pages/chart/chart",
"text": "图表"
},
{
"pagePath": "src/pages/profile/profile",
"text": "我的"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}