-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
35 lines (35 loc) · 985 Bytes
/
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/orderRecord/orderRecord",
"pages/index/index",
"pages/user/user",
"pages/eav/eav",
"pages/myInfo/myInfo",
"pages/repair/repair",
"pages/orderDetail/orderDetail",
"pages/login/login"
],
"window": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "预约记录"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "icon/home.png",
"selectedIconPath": "icon/_home.png",
"text": "首页"
},
{
"pagePath": "pages/user/user",
"iconPath": "icon/user.png",
"selectedIconPath": "icon/_user.png",
"text": "我的"
}
],
"selectedColor": "1296db"
}
}