blob: 60ec0985c38b34420f57b8203315dba85cf635bc [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.xu50e42382021-01-04 17:53:47 +08009 "enablePullDownRefresh": true,
guangchao.xu070005a2020-12-07 09:56:40 +080010 "app-plus": {
guangchao.xu96b39792020-12-15 16:46:12 +080011 "titleNView": false,
guangchao.xu50e42382021-01-04 17:53:47 +080012 "pullToRefresh": {
13 "support": true,
14 "range": "20%",
15 "contentdown": {
16 "caption": "下拉刷新"
guangchao.xu96b39792020-12-15 16:46:12 +080017 },
guangchao.xu50e42382021-01-04 17:53:47 +080018 "contentover": {
19 "caption": "正在刷新"
guangchao.xu96b39792020-12-15 16:46:12 +080020 },
guangchao.xu50e42382021-01-04 17:53:47 +080021 "contentrefresh": {
22 "caption": "刷新成功"
guangchao.xu96b39792020-12-15 16:46:12 +080023 }
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": "活动",
guangchao.xu50e42382021-01-04 17:53:47 +080048 "enablePullDownRefresh": true,
guangchao.xu96b39792020-12-15 16:46:12 +080049 "app-plus": {
guangchao.xu50e42382021-01-04 17:53:47 +080050 "pullToRefresh": {
51 "support": true,
52 "range": "20%",
53 "contentdown": {
54 "caption": "下拉刷新"
guangchao.xu96b39792020-12-15 16:46:12 +080055 },
guangchao.xu50e42382021-01-04 17:53:47 +080056 "contentover": {
57 "caption": "正在刷新"
guangchao.xu96b39792020-12-15 16:46:12 +080058 },
guangchao.xu50e42382021-01-04 17:53:47 +080059 "contentrefresh": {
60 "caption": "刷新成功"
guangchao.xu96b39792020-12-15 16:46:12 +080061 }
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": [{
guangchao.xu6cdd45e2021-04-16 17:44:30 +080080 "path": "register",
guangchao.xu070005a2020-12-07 09:56:40 +080081 "style": {
82 "navigationBarTitleText": "注册",
83 "app-plus": {
84 "titleNView": false
85 }
86 }
87 },
88 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +080089 "path": "login",
guangchao.xu070005a2020-12-07 09:56:40 +080090 "style": {
91 "navigationBarTitleText": "登录",
92 "app-plus": {
93 "titleNView": false
94 }
95 }
96 },
97 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +080098 "path": "network",
guangchao.xu070005a2020-12-07 09:56:40 +080099 "style": {
100 "navigationBarTitleText": "网络错误"
101 }
102 },
103 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800104 "path": "forgetPwd",
guangchao.xu070005a2020-12-07 09:56:40 +0800105 "style": {
106 "navigationBarTitleText": "忘记密码",
107 "app-plus": {
108 "titleNView": false
109 }
110 }
111 },
112 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800113 "path": "verification",
guangchao.xu070005a2020-12-07 09:56:40 +0800114 "style": {
115 "navigationBarTitleText": "手机认证"
116 }
guangchao.xuc43cf972021-01-18 13:37:55 +0800117 },
118 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800119 "path": "question",
guangchao.xuc43cf972021-01-18 13:37:55 +0800120 "style": {
121 "navigationBarTitleText": "密保验证"
122 }
guangchao.xu070005a2020-12-07 09:56:40 +0800123 }
124
125 ]
126 }, {
127 "root": "pages/sub_index",
128 "pages": [{
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800129 "path": "activeDetails",
guangchao.xu070005a2020-12-07 09:56:40 +0800130 "style": {
131 "navigationBarTitleText": "活动详情"
132 }
133 },
134 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800135 "path": "issueQuestion",
guangchao.xu070005a2020-12-07 09:56:40 +0800136 "style": {
137 "navigationBarTitleText": "发布咨询",
138 "app-plus": {
139 "titleNView": false
140 }
141 }
142 },
143 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800144 "path": "qrcode",
guangchao.xu070005a2020-12-07 09:56:40 +0800145 "style": {
146 "navigationBarTitleText": "我的码",
147 "app-plus": {
148 "titleNView": false
149 }
150 }
151 },
152 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800153 "path": "introduce",
guangchao.xu070005a2020-12-07 09:56:40 +0800154 "style": {
155 "navigationBarTitleText": "市民卡简介",
156 "app-plus": {
157 "titleNView": false
158 }
159 }
160 },
161 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800162 "path": "getCityCard",
guangchao.xu070005a2020-12-07 09:56:40 +0800163 "style": {
164 "navigationBarTitleText": "市民卡办理"
165 }
166 },
167 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800168 "path": "activateCard",
guangchao.xu070005a2020-12-07 09:56:40 +0800169 "style": {
170 "navigationBarTitleText": "开卡"
171 }
172 },
173 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800174 "path": "cardApply",
guangchao.xu070005a2020-12-07 09:56:40 +0800175 "style": {
176 "navigationBarTitleText": "卡应用"
177 }
178 },
179 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800180 "path": "chat",
guangchao.xu070005a2020-12-07 09:56:40 +0800181 "style": {
182 "navigationBarTitleText": "咨询"
183 }
184 },
185 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800186 "path": "chatIssue",
guangchao.xu070005a2020-12-07 09:56:40 +0800187 "style": {
188 "navigationBarTitleText": "咨询库"
189 }
190 },
191 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800192 "path": "offlineHelp",
guangchao.xu070005a2020-12-07 09:56:40 +0800193 "style": {
194 "navigationBarTitleText": "网点查询",
195 "app-plus": {
196 "titleNView": {
197 "type": "transparent",
198 "titleText": "网点查询",
199 "blurEffect": "light"
200 },
201 "scrollIndicator": "none"
202 }
203 }
204 },
205 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800206 "path": "question",
guangchao.xu070005a2020-12-07 09:56:40 +0800207 "style": {
208 "navigationBarTitleText": "常见问题"
209 }
210 },
211 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800212 "path": "busRecords",
guangchao.xu070005a2020-12-07 09:56:40 +0800213 "style": {
214 "navigationBarTitleText": "乘车记录"
215 }
216 },
217 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800218 "path": "chatDetails",
guangchao.xu070005a2020-12-07 09:56:40 +0800219 "style": {
220 "navigationBarTitleText": "详情"
221 }
222 },
223 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800224 "path": "scanView",
guangchao.xu070005a2020-12-07 09:56:40 +0800225 "style": {
226 "navigationBarTitleText": "二维码扫描结果",
227 "app-plus": {
228 "titleNView": false
229 }
230 }
231 },
232 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800233 "path": "pay",
guangchao.xu070005a2020-12-07 09:56:40 +0800234 "style": {
235 "navigationBarTitleText": "二维码扫描结果",
236 "app-plus": {
237 "titleNView": false
238 }
239 }
240 }
241 ]
242 }, {
243 "root": "pages/sub_mine",
244 "pages": [{
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800245 "path": "reportheLoss",
guangchao.xu070005a2020-12-07 09:56:40 +0800246 "style": {
247 "navigationBarTitleText": "挂失"
248 }
249 },
250 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800251 "path": "lock",
guangchao.xu070005a2020-12-07 09:56:40 +0800252 "style": {
253 "navigationBarTitleText": "手势解锁",
254 "app-plus": {
255 "titleNView": {
256 "splitLine": {
257 "color": "#F3F3F3"
258 }
259 }
260 }
261 }
262 },
263 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800264 "path": "billsDetails",
guangchao.xu070005a2020-12-07 09:56:40 +0800265 "style": {
266 "navigationBarTitleText": "账单详情",
267 "app-plus": {
268 "titleNView": false
269 }
270 }
271 },
272 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800273 "path": "shop",
274 "style": {
275 "navigationBarTitleText": "商户管理"
276 }
277 },
278 {
279 "path": "accountSafe",
guangchao.xu070005a2020-12-07 09:56:40 +0800280 "style": {
281 "navigationBarTitleText": "账户安全"
282 }
283 },
284 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800285 "path": "bindBankCard",
guangchao.xu070005a2020-12-07 09:56:40 +0800286 "style": {
287 "navigationBarTitleText": "绑定市民卡"
288 }
289 },
290 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800291 "path": "changeLoginPwd",
guangchao.xu070005a2020-12-07 09:56:40 +0800292 "style": {
293 "navigationBarTitleText": "修改登录密码"
294 }
295 },
296 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800297 "path": "changePayPwd",
guangchao.xu070005a2020-12-07 09:56:40 +0800298 "style": {
299 "navigationBarTitleText": "设置支付密码"
300 }
301 },
302 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800303 "path": "findPayPwd",
guangchao.xu070005a2020-12-07 09:56:40 +0800304 "style": {
305 "navigationBarTitleText": "找回密码"
306 }
307 },
308 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800309 "path": "otherPay",
guangchao.xu070005a2020-12-07 09:56:40 +0800310 "style": {
311 "navigationBarTitleText": "支付(指纹)"
312 }
313 },
314 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800315 "path": "otherLogin",
guangchao.xu070005a2020-12-07 09:56:40 +0800316 "style": {
317 "navigationBarTitleText": "指纹/手势/人脸登录"
318 }
319 },
320 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800321 "path": "leaveMsgDetail",
guangchao.xu070005a2020-12-07 09:56:40 +0800322 "style": {
323 "navigationBarTitleText": "留言详情"
324 }
325 },
326 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800327 "path": "cashFlow",
guangchao.xu070005a2020-12-07 09:56:40 +0800328 "style": {
329 "navigationBarTitleText": "我的足迹",
330 "app-plus": {
331 "scrollIndicator": "none"
332 }
333 }
334 },
335 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800336 "path": "agreement",
guangchao.xu070005a2020-12-07 09:56:40 +0800337 "style": {
338 "navigationBarTitleText": "用户协议"
339 }
340 },
341 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800342 "path": "bindSxy",
guangchao.xu070005a2020-12-07 09:56:40 +0800343 "style": {
344 "navigationBarTitleText": "签约"
345 }
346 },
347 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800348 "path": "agreementSign",
guangchao.xu070005a2020-12-07 09:56:40 +0800349 "style": {
350 "navigationBarTitleText": "市民卡免密代扣签约协议"
351 }
352 },
353 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800354 "path": "unbindBankCard",
guangchao.xu070005a2020-12-07 09:56:40 +0800355 "style": {
356 "navigationBarTitleText": "解绑市民卡"
357 }
358 },
359 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800360 "path": "personalMsg",
guangchao.xu070005a2020-12-07 09:56:40 +0800361 "style": {
362 "navigationBarTitleText": "我的信息"
363 }
364 },
365 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800366 "path": "leaveMsg",
guangchao.xu070005a2020-12-07 09:56:40 +0800367 "style": {
368 "navigationBarTitleText": "留言"
369 }
370 },
371 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800372 "path": "message",
guangchao.xu070005a2020-12-07 09:56:40 +0800373 "style": {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800374 "navigationBarTitleText": "消息"
guangchao.xu070005a2020-12-07 09:56:40 +0800375 }
376 },
377 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800378 "path": "integral",
guangchao.xu070005a2020-12-07 09:56:40 +0800379 "style": {
380 "navigationBarTitleText": "我的积分"
381 }
382 },
383 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800384 "path": "voucher",
guangchao.xu070005a2020-12-07 09:56:40 +0800385 "style": {
386 "navigationBarTitleText": "我的卡券"
387 }
388 },
389 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800390 "path": "bindEmail",
guangchao.xu50e42382021-01-04 17:53:47 +0800391 "style": {
392 "navigationBarTitleText": "设置邮箱"
393 }
394 },
395 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800396 "path": "question",
guangchao.xuc43cf972021-01-18 13:37:55 +0800397 "style": {
398 "navigationBarTitleText": "密保"
399 }
400 },
401 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800402 "path": "setQuestion",
guangchao.xuc43cf972021-01-18 13:37:55 +0800403 "style": {
404 "navigationBarTitleText": "设置密保"
405 }
406 },
407 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800408 "path": "setting",
409 "style": {
410 "navigationBarTitleText": "我的设置"
411 }
412 },
413 {
414 "path": "integralQuery",
guangchao.xu070005a2020-12-07 09:56:40 +0800415 "style": {
416 "navigationBarTitleText": "积分查询"
417 //#ifdef APP-PLUS
418 ,
419 "titleNView": {
420 "splitLine": {
421 "color": "#F3F3F3"
422 }
423 }
424 //#endif
425 }
426 }
427 ]
428 }, {
429 "root": "pages/sub_medical",
guangchao.xu50e42382021-01-04 17:53:47 +0800430 "pages": [{
guangchao.xu070005a2020-12-07 09:56:40 +0800431 "path": "appointment",
432 "style": {
433 "navigationBarTitleText": "预约挂号"
434 }
435 },
436 {
437 "path": "outpatient",
438 "style": {
439 "navigationBarTitleText": "门诊预约"
440 }
441 },
442 {
guangchao.xu6cdd45e2021-04-16 17:44:30 +0800443 "path": "queryBills",
444 "style": {
445 "navigationBarTitleText": "查询订单"
446 }
447 },
448 {
guangchao.xu070005a2020-12-07 09:56:40 +0800449 "path": "queryDate",
450 "style": {
451 "navigationBarTitleText": "门诊预约"
452 }
453 },
454 {
455 "path": "confirm",
456 "style": {
457 "navigationBarTitleText": "门诊预约"
458 }
459 },
460 {
461 "path": "result",
462 "style": {
463 "navigationBarTitleText": "门诊预约"
464 }
465 },
466 {
467 "path": "record",
468 "style": {
469 "navigationBarTitleText": "挂号记录"
470 }
471 },
472 {
473 "path": "addPatient",
474 "style": {
475 "navigationBarTitleText": "添加就诊人"
476 }
477 },
478 {
479 "path": "hospital",
480 "style": {
481 "navigationBarTitleText": "医院列表"
482 }
483 },
484 {
485 "path": "patient",
486 "style": {
487 "navigationBarTitleText": "就诊人管理",
488 "app-plus": {
489 "titleNView": false
490 }
491 }
492 },
493 {
494 "path": "report",
495 "style": {
496 "navigationBarTitleText": "报告查询"
497 }
498 },
499 {
500 "path": "reportDetail",
501 "style": {
502 "navigationBarTitleText": "报告详情"
503 }
504 },
505 {
guangchao.xu96b39792020-12-15 16:46:12 +0800506 "path": "reportDetail1",
507 "style": {
508 "navigationBarTitleText": "报告详情"
509 }
510 },
511 {
guangchao.xu070005a2020-12-07 09:56:40 +0800512 "path": "cashFlow",
513 "style": {
514 "navigationBarTitleText": "医疗缴费"
515 }
516 },
517 {
518 "path": "pay",
519 "style": {
520 "navigationBarTitleText": "医疗缴费"
521 }
522 },
523 {
524 "path": "payResult",
525 "style": {
526 "navigationBarTitleText": "医疗缴费"
527 }
528 }
529 ]
530 }],
531 "globalStyle": {
532 "navigationBarTextStyle": "black",
533 "navigationBarTitleText": "uView",
534 "navigationBarBackgroundColor": "#FFFFFF",
535 "backgroundColor": "#FFFFFF",
536 "pageOrientation": "portrait"
537 },
538 "tabBar": {
539 "color": "#999999",
540 "selectedColor": "#2FA8E1",
541 "backgroundColor": "#FFFFFF",
542 "borderStyle": "black",
543 "list": [{
544 "pagePath": "pages/sub_tabbar/index",
545 "text": "首页"
546 },
547 {
548 "pagePath": "pages/sub_tabbar/life",
549 "text": "生活"
550 },
551 {
552 "pagePath": "pages/sub_tabbar/qrcode",
553 "text": "我的码"
554 },
555 {
556 "pagePath": "pages/sub_tabbar/active",
557 "text": "活动"
558 },
559 {
560 "pagePath": "pages/sub_tabbar/mine",
561 "text": "我的"
562 }
563 ]
564 }
565}