-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
executable file
·37 lines (37 loc) · 995 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
36
37
{
"pages": [
"pages/home/home",
"pages/order/order",
"pages/personal/personal",
"pages/home/goodInfo"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#f9443e",
"navigationBarTitleText": "红领巾早餐",
"navigationBarTextStyle": "black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "images/[email protected]",
"selectedIconPath": "images/[email protected]"
},
{
"pagePath": "pages/order/order",
"text": "订单",
"iconPath": "images/[email protected]",
"selectedIconPath": "images/[email protected]"
},
{
"pagePath": "pages/personal/personal",
"text": "我的",
"iconPath": "images/[email protected]",
"selectedIconPath": "images/[email protected]"
}
]
},
"sitemapLocation": "sitemap.json"
}