-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
129 lines (129 loc) · 4.52 KB
/
app.json
File metadata and controls
129 lines (129 loc) · 4.52 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"pages": [
"pages/index/index",
"pages/creditLife/showPhone/index",
"pages/creditLife/xmAchieve/index",
"pages/creditLife/creditLifeIndex/index",
"pages/creditLife/personalCredit/index",
"pages/creditLife/fbf_credit/index",
"pages/creditLife/addZczm/index",
"pages/creditLife/addYhzx/index",
"pages/creditLife/addZzzs/index",
"pages/creditLife/lawService/index",
"pages/creditLife/insurance/index",
"pages/creditLife/priorityBook/index",
"pages/lwCenter/lw_xmgl/index",
"pages/lwCenter/lw_logs/index",
"pages/lwCenter/lw_info/index",
"pages/lwCenter/editGrxx/index",
"pages/lwCenter/editYwxx/index",
"pages/lwCenter/editXmyj/index",
"pages/bgxCenter/bgx_info/index",
"pages/bgxCenter/editGrxx/index",
"pages/bgxCenter/editYwxx/index",
"pages/bgxCenter/editXmyj/index",
"pages/bgxCenter/bgx_xmgl/index",
"pages/bgxCenter/bgx_upHetong/index",
"pages/bgxCenter/bgx_editHetong/index",
"pages/bgxCenter/bgx_lwgl/index",
"pages/bgxCenter/bgx_evaluate/index",
"pages/bgxCenter/bgx_tuilw/index",
"pages/bgxCenter/bgx_banzu/index",
"pages/fbfCenter/fbf_info/index",
"pages/fbfCenter/selectFbfs/index",
"pages/fbfCenter/issuexm/index",
"pages/fbfCenter/fbf_xmgl/index",
"pages/fbfCenter/fbf_lwgl/index",
"pages/fbfCenter/fbf_upHetong/index",
"pages/fbfCenter/fbf_editHetong/index",
"pages/fbfCenter/fbf_lwEvaluate/index",
"pages/fbfCenter/fbf_verifyHetong/index",
"pages/logs/logs",
"pages/discover/discover/index",
"pages/discover/discoverInfo/index",
"pages/discover/discover_fabu/index",
"pages/message/message/index",
"pages/message/System/index",
"pages/message/liaotian/index",
"pages/message/page/index",
"pages/login/ipone/index",
"pages/login/wx/wxLogin",
"pages/login/roleSelect/index",
"pages/login/userAgreement/index",
"pages/mine/mine",
"pages/mine/setting/setting",
"pages/mine/setting/editPhone/editPhone",
"pages/mine/setting/helpCenter/helpCenter",
"pages/mine/setting/feedback/feedback",
"pages/mine/setting/contactUs/contactUs",
"pages/mine/switchRoles/switchRoles",
"pages/mine/certification/certification",
"pages/mine/wallet/wallet",
"pages/mine/credibility/credibility",
"pages/mine/team/team",
"pages/mine/team/newTeam/newTeam",
"pages/mine/team/searchAddTeam/searchAddTeam",
"pages/mine/expand/expand",
"pages/mine/myDiscover/index",
"pages/mine/myCollection/index",
"pages/mine/bgg_xmjl/index",
"pages/mine/bgg_zrr/index",
"pages/upload/upload",
"pages/findXM/findXM/index",
"pages/findXM/xmInfo/index",
"pages/findXM/lookFuJian/index",
"pages/findXM/report/index",
"pages/findXM/fbfInfo/index",
"pages/findBGX/findBGX/index",
"pages/findBGX/bgxInfo/index",
"pages/daBaiTiao/daBaiTiao/index",
"pages/template/filter_temp/index",
"pages/materialCenter/addMaterial/index",
"pages/materialCenter/fabuOrder/index",
"pages/materialCenter/secondMaterial/index",
"pages/materialCenter/orderPoolDet/index",
"pages/materialCenter/productDetail/index",
"pages/materialCenter/shareBill/index",
"pages/materialCenter/orderPool/index",
"pages/materialCenter/evaluateList/index",
"pages/materialCenter/deviceDetail/index",
"pages/materialCenter/deviceIndex/index",
"pages/materialCenter/index/index"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ec4141",
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "white",
"backgroundColor": "#000"
},
"tabBar": {
"selectedColor": "#ec4141",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首 页",
"iconPath": "/pages/icons/index.png",
"selectedIconPath": "/pages/icons/index_select.png"
},
{
"pagePath": "pages/message/message/index",
"text": "消 息",
"iconPath": "/pages/icons/message.png",
"selectedIconPath": "/pages/icons/message_select.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我 的",
"iconPath": "/pages/icons/mine.png",
"selectedIconPath": "/pages/icons/mine_select.png"
}
]
}
}