-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
50 lines (50 loc) · 1.27 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
47
48
49
50
{
"pages": [
"pages/index/index",
"pages/message/message",
"pages/customer/customer",
"pages/mine/mine",
"pages/product/product",
"pages/achievement/achievement",
"pages/insure/index/index",
"pages/insure/print/print",
"pages/insure/product/product",
"pages/insure/pay/pay",
"pages/insure/hand-input/hand-input",
"pages/insure/info/info",
"pages/insure/confirm/confirm"
],
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "tab/index.png",
"selectedIconPath": "tab/indexSelect.png"
},
{
"pagePath": "pages/product/product",
"text": "产品",
"iconPath": "tab/product.png",
"selectedIconPath": "tab/productSelect.png"
},
{
"pagePath": "pages/customer/customer",
"text": "客户",
"iconPath": "tab/customer.png",
"selectedIconPath": "tab/customerSelect.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "tab/my.png",
"selectedIconPath": "tab/mySelect.png"
}
],
"color": "#000",
"selectedColor": "#019c62",
"backgroundColor": "#fff",
"borderStyle": "white",
"position": "bottom"
}
}