blob: 244b70724aae5a1846f3dd9ec9a556d096dad1aa [file] [log] [blame]
guangchao.xu070005a2020-12-07 09:56:40 +08001{
2 "easycom": {
3 "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
4 },
5 "pages": [{
6 "path": "pages/sub_tabbar/index",
7 "style": {
8 "navigationBarTitleText": "首页",
guangchao.xu96b39792020-12-15 16:46:12 +08009 "enablePullDownRefresh":true,
guangchao.xu070005a2020-12-07 09:56:40 +080010 "app-plus": {
guangchao.xu96b39792020-12-15 16:46:12 +080011 "titleNView": false,
12 "pullToRefresh":{
13 "support":true,
14 "range":"20%",
15 "contentdown":{
16 "caption":"下拉刷新"
17 },
18 "contentover":{
19 "caption":"正在刷新"
20 },
21 "contentrefresh":{
22 "caption":"刷新成功"
23 }
24 }
guangchao.xu070005a2020-12-07 09:56:40 +080025 }
26 }
27 },
28 {
29 "path": "pages/sub_tabbar/qrcode",
30 "style": {
31 "navigationBarTitleText": "乘车码",
32 "app-plus": {
33 "titleNView": false
34 }
35 }
36 },
37 {
38 "path": "pages/sub_tabbar/life",
39 "style": {
40 "navigationBarTitleText": "生活"
41 }
42 },
43
44 {
45 "path": "pages/sub_tabbar/active",
46 "style": {
guangchao.xu96b39792020-12-15 16:46:12 +080047 "navigationBarTitleText": "活动",
48 "enablePullDownRefresh":true,
49 "app-plus": {
50 "pullToRefresh":{
51 "support":true,
52 "range":"20%",
53 "contentdown":{
54 "caption":"下拉刷新"
55 },
56 "contentover":{
57 "caption":"正在刷新"
58 },
59 "contentrefresh":{
60 "caption":"刷新成功"
61 }
62 }
63 }
guangchao.xu070005a2020-12-07 09:56:40 +080064 }
65 },
66 {
67 "path": "pages/sub_tabbar/mine",
68 "style": {
69 "navigationBarTitleText": "我的",
70 // "transparentTitle":"always"
71 "app-plus": {
72 "titleNView": false
73 }
74 }
75 }
76 ],
77 "subPackages": [{
78 "root": "pages/sub_basic",
79 "pages": [{
80 "path": "register/index",
81 "style": {
82 "navigationBarTitleText": "注册",
83 "app-plus": {
84 "titleNView": false
85 }
86 }
87 },
88 {
89 "path": "login/index",
90 "style": {
91 "navigationBarTitleText": "登录",
92 "app-plus": {
93 "titleNView": false
94 }
95 }
96 },
97 {
98 "path": "network/index",
99 "style": {
100 "navigationBarTitleText": "网络错误"
101 }
102 },
103 {
104 "path": "forgetPwd/index",
105 "style": {
106 "navigationBarTitleText": "忘记密码",
107 "app-plus": {
108 "titleNView": false
109 }
110 }
111 },
112 {
113 "path": "verification/index",
114 "style": {
115 "navigationBarTitleText": "手机认证"
116 }
117 }
118
119 ]
120 }, {
121 "root": "pages/sub_index",
122 "pages": [{
123 "path": "activeDetails/index",
124 "style": {
125 "navigationBarTitleText": "活动详情"
126 }
127 },
128 {
129 "path": "issueQuestion/index",
130 "style": {
131 "navigationBarTitleText": "发布咨询",
132 "app-plus": {
133 "titleNView": false
134 }
135 }
136 },
137 {
138 "path": "qrcode/index",
139 "style": {
140 "navigationBarTitleText": "我的码",
141 "app-plus": {
142 "titleNView": false
143 }
144 }
145 },
146 {
147 "path": "introduce/index",
148 "style": {
149 "navigationBarTitleText": "市民卡简介",
150 "app-plus": {
151 "titleNView": false
152 }
153 }
154 },
155 {
156 "path": "getCityCard/index",
157 "style": {
158 "navigationBarTitleText": "市民卡办理"
159 }
160 },
161 {
162 "path": "activateCard/index",
163 "style": {
164 "navigationBarTitleText": "开卡"
165 }
166 },
167 {
168 "path": "cardApply/index",
169 "style": {
170 "navigationBarTitleText": "卡应用"
171 }
172 },
173 {
174 "path": "chat/index",
175 "style": {
176 "navigationBarTitleText": "咨询"
177 }
178 },
179 {
180 "path": "chatIssue/index",
181 "style": {
182 "navigationBarTitleText": "咨询库"
183 }
184 },
185 {
186 "path": "offlineHelp/index",
187 "style": {
188 "navigationBarTitleText": "网点查询",
189 "app-plus": {
190 "titleNView": {
191 "type": "transparent",
192 "titleText": "网点查询",
193 "blurEffect": "light"
194 },
195 "scrollIndicator": "none"
196 }
197 }
198 },
199 {
200 "path": "question/index",
201 "style": {
202 "navigationBarTitleText": "常见问题"
203 }
204 },
205 {
206 "path": "busRecords/index",
207 "style": {
208 "navigationBarTitleText": "乘车记录"
209 }
210 },
211 {
212 "path": "chatDetails/index",
213 "style": {
214 "navigationBarTitleText": "详情"
215 }
216 },
217 {
218 "path": "scanView/index",
219 "style": {
220 "navigationBarTitleText": "二维码扫描结果",
221 "app-plus": {
222 "titleNView": false
223 }
224 }
225 },
226 {
227 "path": "scanView/pay",
228 "style": {
229 "navigationBarTitleText": "二维码扫描结果",
230 "app-plus": {
231 "titleNView": false
232 }
233 }
234 }
235 ]
236 }, {
237 "root": "pages/sub_mine",
238 "pages": [{
239 "path": "reportheLoss/index",
240 "style": {
241 "navigationBarTitleText": "挂失"
242 }
243 },
244 {
245 "path": "lock/index",
246 "style": {
247 "navigationBarTitleText": "手势解锁",
248 "app-plus": {
249 "titleNView": {
250 "splitLine": {
251 "color": "#F3F3F3"
252 }
253 }
254 }
255 }
256 },
257 {
258 "path": "billsDetails/index",
259 "style": {
260 "navigationBarTitleText": "账单详情",
261 "app-plus": {
262 "titleNView": false
263 }
264 }
265 },
266 {
267 "path": "accountSafe/index",
268 "style": {
269 "navigationBarTitleText": "账户安全"
270 }
271 },
272 {
273 "path": "bindBankCard/index",
274 "style": {
275 "navigationBarTitleText": "绑定市民卡"
276 }
277 },
278 {
279 "path": "changeLoginPwd/index",
280 "style": {
281 "navigationBarTitleText": "修改登录密码"
282 }
283 },
284 {
285 "path": "changePayPwd/index",
286 "style": {
287 "navigationBarTitleText": "设置支付密码"
288 }
289 },
290 {
291 "path": "findPayPwd/index",
292 "style": {
293 "navigationBarTitleText": "找回密码"
294 }
295 },
296 {
297 "path": "otherPay/index",
298 "style": {
299 "navigationBarTitleText": "支付(指纹)"
300 }
301 },
302 {
303 "path": "otherLogin/index",
304 "style": {
305 "navigationBarTitleText": "指纹/手势/人脸登录"
306 }
307 },
308 {
309 "path": "leaveMsgDetail/index",
310 "style": {
311 "navigationBarTitleText": "留言详情"
312 }
313 },
314 {
315 "path": "cashFlow/index",
316 "style": {
317 "navigationBarTitleText": "我的足迹",
318 "app-plus": {
319 "scrollIndicator": "none"
320 }
321 }
322 },
323 {
324 "path": "agreement/index",
325 "style": {
326 "navigationBarTitleText": "用户协议"
327 }
328 },
329 {
330 "path": "bindSxy/index",
331 "style": {
332 "navigationBarTitleText": "签约"
333 }
334 },
335 {
336 "path": "agreementSign/index",
337 "style": {
338 "navigationBarTitleText": "市民卡免密代扣签约协议"
339 }
340 },
341 {
342 "path": "unbindBankCard/index",
343 "style": {
344 "navigationBarTitleText": "解绑市民卡"
345 }
346 },
347 {
348 "path": "personalMsg/index",
349 "style": {
350 "navigationBarTitleText": "我的信息"
351 }
352 },
353 {
354 "path": "leaveMsg/index",
355 "style": {
356 "navigationBarTitleText": "留言"
357 }
358 },
359 {
360 "path": "message/index",
361 "style": {
362 "navigationBarTitleText": "我的消息"
363 }
364 },
365 {
366 "path": "integral/index",
367 "style": {
368 "navigationBarTitleText": "我的积分"
369 }
370 },
371 {
372 "path": "voucher/index",
373 "style": {
374 "navigationBarTitleText": "我的卡券"
375 }
376 },
377 {
378 "path": "integralQuery/index",
379 "style": {
380 "navigationBarTitleText": "积分查询"
381 //#ifdef APP-PLUS
382 ,
383 "titleNView": {
384 "splitLine": {
385 "color": "#F3F3F3"
386 }
387 }
388 //#endif
389 }
390 }
391 ]
392 }, {
393 "root": "pages/sub_medical",
394 "pages": [
395 {
396 "path": "appointment",
397 "style": {
398 "navigationBarTitleText": "预约挂号"
399 }
400 },
401 {
402 "path": "outpatient",
403 "style": {
404 "navigationBarTitleText": "门诊预约"
405 }
406 },
407 {
408 "path": "queryDate",
409 "style": {
410 "navigationBarTitleText": "门诊预约"
411 }
412 },
413 {
414 "path": "confirm",
415 "style": {
416 "navigationBarTitleText": "门诊预约"
417 }
418 },
419 {
420 "path": "result",
421 "style": {
422 "navigationBarTitleText": "门诊预约"
423 }
424 },
425 {
426 "path": "record",
427 "style": {
428 "navigationBarTitleText": "挂号记录"
429 }
430 },
431 {
432 "path": "addPatient",
433 "style": {
434 "navigationBarTitleText": "添加就诊人"
435 }
436 },
437 {
438 "path": "hospital",
439 "style": {
440 "navigationBarTitleText": "医院列表"
441 }
442 },
443 {
444 "path": "patient",
445 "style": {
446 "navigationBarTitleText": "就诊人管理",
447 "app-plus": {
448 "titleNView": false
449 }
450 }
451 },
452 {
453 "path": "report",
454 "style": {
455 "navigationBarTitleText": "报告查询"
456 }
457 },
458 {
459 "path": "reportDetail",
460 "style": {
461 "navigationBarTitleText": "报告详情"
462 }
463 },
464 {
guangchao.xu96b39792020-12-15 16:46:12 +0800465 "path": "reportDetail1",
466 "style": {
467 "navigationBarTitleText": "报告详情"
468 }
469 },
470 {
guangchao.xu070005a2020-12-07 09:56:40 +0800471 "path": "cashFlow",
472 "style": {
473 "navigationBarTitleText": "医疗缴费"
474 }
475 },
476 {
477 "path": "pay",
478 "style": {
479 "navigationBarTitleText": "医疗缴费"
480 }
481 },
482 {
483 "path": "payResult",
484 "style": {
485 "navigationBarTitleText": "医疗缴费"
486 }
487 }
488 ]
489 }],
490 "globalStyle": {
491 "navigationBarTextStyle": "black",
492 "navigationBarTitleText": "uView",
493 "navigationBarBackgroundColor": "#FFFFFF",
494 "backgroundColor": "#FFFFFF",
495 "pageOrientation": "portrait"
496 },
497 "tabBar": {
498 "color": "#999999",
499 "selectedColor": "#2FA8E1",
500 "backgroundColor": "#FFFFFF",
501 "borderStyle": "black",
502 "list": [{
503 "pagePath": "pages/sub_tabbar/index",
504 "text": "首页"
505 },
506 {
507 "pagePath": "pages/sub_tabbar/life",
508 "text": "生活"
509 },
510 {
511 "pagePath": "pages/sub_tabbar/qrcode",
512 "text": "我的码"
513 },
514 {
515 "pagePath": "pages/sub_tabbar/active",
516 "text": "活动"
517 },
518 {
519 "pagePath": "pages/sub_tabbar/mine",
520 "text": "我的"
521 }
522 ]
523 }
524}