-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
41 lines (41 loc) · 1 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
{
"pages": [
"pages/goods/goods",
"pages/logs/logs",
"pages/my/my",
"pages/add-good/add-good",
"pages/test/test",
"pages/form/form",
"pages/good-detail/good-detail",
"pages/person-info/person-info",
"pages/collection/collection",
"pages/contact-us/contact-us"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/goods/goods",
"text": "首页",
"iconPath": "imgs/toolbar/home.png",
"selectedIconPath": "imgs/toolbar/bluehome.png"
},
{
"pagePath": "pages/my/my",
"text": "我",
"iconPath": "imgs/toolbar/my.png",
"selectedIconPath": "imgs/toolbar/[email protected]"
}
],
"backgroundColor": "#fff",
"selectedColor": "#11aff1",
"color": "#aecce4",
"borderStyle": "black",
"position": "bottom"
}
}