pages.json
5.54 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "尚腾汽车养护管家"
// "iconPath": "./static/1.2.png",
// "selectedIconPath": "./static/1.png",
}
},
{
"path": "pages/contents/contents",
"style": {
"navigationBarTitleText": "宝贝详情",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/bookcontent/bookcontent",
"style": {
"navigationBarTitleText": "免责声明",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#151515"
}
},
{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "详情信息"
}
},
{
"path": "pages/indexContent/indexContent",
"style": {
"navigationBarTitleText": "VIP特权卡激活"
}
},
{
"path": "pages/makeAnAppointment/makeAnAppointment",
"style": {
"navigationBarTitleText": "车辆管理",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#151515"
}
},
{
"path": "pages/PayMoney/PayMoney",
"style": {
"navigationBarTitleText": "申请提现",
"enablePullDownRefresh": false
}
},
{
"path": "pages/zhiwen-share/zhiwen-share",
"style": {
"navigationBarTitleText": "推广分享",
"enablePullDownRefresh": false
}
},
{
"path": "pages/userDetail/userDetail",
"style": {
"navigationBarTitleText": "用户明细",
"enablePullDownRefresh": false
}
},
{
"path": "pages/addcommiss/addcommiss",
"style": {
"navigationBarTitleText": "添加专员",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录系统",
"enablePullDownRefresh": false
}
},
{
"path": "pages/map/map",
"style": {
"navigationBarTitleText": "地图"
}
},
{
"path": "pages/personalinfo/personalinfo",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "pages/evaluate/evaluate",
"style": {
"navigationBarTitleText": "用户评价",
"enablePullDownRefresh": false
}
},
{
"path": "pages/evaluate/resultEvaluate/resultEvaluate",
"style": {
"navigationBarTitleText": "评价信息",
"enablePullDownRefresh": false
}
},
{
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "视频展示",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "尚腾汽车养护管家"
}
}, {
"path": "pages/vehicleinformation/vehicleinformation",
"style": {
"navigationBarTitleText": "专员客户预约记录明细",
"enablePullDownRefresh": false
}
}, {
"path": "pages/vehicle/vehicle",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/reflect/reflect",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/customer/customer",
"style": {
"navigationBarTitleText": "客户预约记录明细",
"enablePullDownRefresh": false
}
}, {
"path": "pages/commissioner/commissioner",
"style": {
"navigationBarTitleText": "专员客户明细",
"enablePullDownRefresh": false
}
},
{
"path": "pages/commissioner/commissionerdetail/commissionerdetail",
"style": {
"navigationBarTitleText": "专员客户预约记录明细",
"enablePullDownRefresh": false
}
},
{
"path": "pages/record/record",
"style": {
"navigationBarTitleText": "领取记录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/PullDownPop-up/PullDownPop-up",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/preservation/preservation",
"style": {
"navigationBarTitleText": "预约",
"enablePullDownRefresh": false
}
}, {
"path": "pages/wyPromotion/wyPromotion",
"style": {
"navigationBarTitleText": "尚腾汽车养护管家",
"enablePullDownRefresh": false
}
}
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
}
},
// ---------------------------------
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#e3b776",
"borderStyle": "black",
"backgroundColor": "#111212",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/1.2.png",
"selectedIconPath": "static/1.png",
"text": "预约"
}, {
"pagePath": "pages/evaluate/evaluate",
"iconPath": "static/aa.png",
"selectedIconPath": "static/aa1.png",
"text": "评价"
}, {
"pagePath": "pages/homepage/homepage",
"iconPath": "static/2.2.png",
"selectedIconPath": "static/2.png",
"text": "视频展示"
}, {
"pagePath": "pages/my/my",
"iconPath": "static/3.3.png",
"selectedIconPath": "static/3.png",
"text": "我的"
}]
},
// -----------------------------------
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#343434",
"backgroundColor": "#1c1c1c"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "pages/index/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}