-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathapp.json
More file actions
39 lines (39 loc) · 1.12 KB
/
app.json
File metadata and controls
39 lines (39 loc) · 1.12 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
{
"pages": [
"pages/server/server",
"pages/home/home",
"pages/manage/manage",
"pages/service/service",
"pages/message/message",
"pages/vant/vant"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"selectedColor": "#353535",
"list": [
{
"pagePath": "pages/server/server",
"text": "预约",
"iconPath": "images/timeline.png",
"selectedIconPath": "images/timeline_s.png"
},
{
"pagePath": "pages/home/home",
"text": "我的",
"iconPath": "images/home.png",
"selectedIconPath": "images/home_s.png"
},
{
"pagePath": "pages/manage/manage",
"text": "管理",
"iconPath": "images/settings.png",
"selectedIconPath": "images/settings_s.png"
}
]
}
}