app.json
2.3 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"pages": [
"pages/start/start",
"pages/index/register/register",
"pages/about/about",
"pages/index/agreement/agreement",
"pages/index/browseRecordDetail/browseRecordDetail",
"pages/index/consultantList/consultantList",
"pages/index/periodicReviews/periodicReviews",
"pages/index/CustomerManagement/CustomerManagement",
"pages/index/ArticleDetails/ArticleDetails",
"pages/index/reportList/reportList",
"pages/index/editProfile/editProfile",
"pages/index/policyList/policyList",
"pages/index/policyListDetail/policyListDetail",
"pages/index/policyManage/policyManage",
"pages/index/addListDetail/addListDetail",
"pages/index/personInfo/personInfo",
"pages/index/addNewFamily/addNewFamily",
"pages/index/smartRemind/smartRemind",
"pages/index/VipRecharge/VipRecharge",
"pages/index/twoCode/twoCode",
"pages/index/share/share",
"pages/index/inviteList/inviteList",
"pages/index/payWay/payWay",
"pages/index/addLog/addLog",
"pages/index/remind/remind",
"pages/index/summaryList/summaryList",
"pages/index/learnShare/learnShare",
"pages/index/EntryInformation/EntryInformation",
"pages/index/Program/Program",
"pages/index/Suggest/Suggest",
"pages/index/articleBrowseRecord/articleBrowseRecord",
"pages/index/browseRecord/browseRecord",
"pages/index/TB/TB",
"pages/index/index",
"pages/personalCenter/personalCenter"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#0286FF",
"navigationBarTitleText": "家庭保险",
"navigationBarTextStyle": "#fff"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#487AFF",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/images/nav01@2x.png",
"selectedIconPath": "/images/nav02@2x.png"
},
{
"pagePath": "pages/about/about",
"text": "关于",
"iconPath": "/images/nav03@2x.png",
"selectedIconPath": "/images/nav04@2x.png"
},
{
"pagePath": "pages/personalCenter/personalCenter",
"text": "我的",
"iconPath": "/images/nav05@2x.png",
"selectedIconPath": "/images/nav06@2x.png"
}
]
}
}