-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
46 lines (45 loc) · 1.11 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
36
37
38
39
40
41
42
43
44
45
46
{
"pages": [
"pages/login/login",
"pages/me/me",
"pages/buy/buy",
"pages/goodsDetail/goodsDetail",
"pages/shopCart/shopCart",
"pages/shop/shop",
"pages/logs/logs",
"pages/index/index",
"pages/orderDetail/orderDetail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "常州兄弟塑业",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#888888",
"selectedColor": "#3080c0",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/shop/shop",
"text": "首页",
"iconPath": "img/tabBar/12.png",
"selectedIconPath": "img/tabBar/11.png"
},
{
"pagePath": "pages/shopCart/shopCart",
"text": "购物车",
"iconPath": "img/tabBar/32.png",
"selectedIconPath": "img/tabBar/31.png"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"iconPath": "img/tabBar/42.png",
"selectedIconPath": "img/tabBar/41.png"
}
]
},
"sitemapLocation": "sitemap.json"
}