blob: a918896181021c3a5a5f128d2ecacdb2dbe0375a [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": [{
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 }
guangchao.xuc43cf972021-01-18 13:37:55 +0800117 },
118 {
119 "path": "forgetPwd/question",
120 "style": {
121 "navigationBarTitleText": "密保验证"
122 }
guangchao.xu070005a2020-12-07 09:56:40 +0800123 }
124
125 ]
126 }, {
127 "root": "pages/sub_index",
128 "pages": [{
129 "path": "activeDetails/index",
130 "style": {
131 "navigationBarTitleText": "活动详情"
132 }
133 },
134 {
135 "path": "issueQuestion/index",
136 "style": {
137 "navigationBarTitleText": "发布咨询",
138 "app-plus": {
139 "titleNView": false
140 }
141 }
142 },
143 {
144 "path": "qrcode/index",
145 "style": {
146 "navigationBarTitleText": "我的码",
147 "app-plus": {
148 "titleNView": false
149 }
150 }
151 },
152 {
153 "path": "introduce/index",
154 "style": {
155 "navigationBarTitleText": "市民卡简介",
156 "app-plus": {
157 "titleNView": false
158 }
159 }
160 },
161 {
162 "path": "getCityCard/index",
163 "style": {
164 "navigationBarTitleText": "市民卡办理"
165 }
166 },
167 {
168 "path": "activateCard/index",
169 "style": {
170 "navigationBarTitleText": "开卡"
171 }
172 },
173 {
174 "path": "cardApply/index",
175 "style": {
176 "navigationBarTitleText": "卡应用"
177 }
178 },
179 {
180 "path": "chat/index",
181 "style": {
182 "navigationBarTitleText": "咨询"
183 }
184 },
185 {
186 "path": "chatIssue/index",
187 "style": {
188 "navigationBarTitleText": "咨询库"
189 }
190 },
191 {
192 "path": "offlineHelp/index",
193 "style": {
194 "navigationBarTitleText": "网点查询",
195 "app-plus": {
196 "titleNView": {
197 "type": "transparent",
198 "titleText": "网点查询",
199 "blurEffect": "light"
200 },
201 "scrollIndicator": "none"
202 }
203 }
204 },
205 {
206 "path": "question/index",
207 "style": {
208 "navigationBarTitleText": "常见问题"
209 }
210 },
211 {
212 "path": "busRecords/index",
213 "style": {
214 "navigationBarTitleText": "乘车记录"
215 }
216 },
217 {
218 "path": "chatDetails/index",
219 "style": {
220 "navigationBarTitleText": "详情"
221 }
222 },
223 {
224 "path": "scanView/index",
225 "style": {
226 "navigationBarTitleText": "二维码扫描结果",
227 "app-plus": {
228 "titleNView": false
229 }
230 }
231 },
232 {
233 "path": "scanView/pay",
234 "style": {
235 "navigationBarTitleText": "二维码扫描结果",
236 "app-plus": {
237 "titleNView": false
238 }
239 }
240 }
241 ]
242 }, {
243 "root": "pages/sub_mine",
244 "pages": [{
245 "path": "reportheLoss/index",
246 "style": {
247 "navigationBarTitleText": "挂失"
248 }
249 },
250 {
251 "path": "lock/index",
252 "style": {
253 "navigationBarTitleText": "手势解锁",
254 "app-plus": {
255 "titleNView": {
256 "splitLine": {
257 "color": "#F3F3F3"
258 }
259 }
260 }
261 }
262 },
263 {
264 "path": "billsDetails/index",
265 "style": {
266 "navigationBarTitleText": "账单详情",
267 "app-plus": {
268 "titleNView": false
269 }
270 }
271 },
272 {
273 "path": "accountSafe/index",
274 "style": {
275 "navigationBarTitleText": "账户安全"
276 }
277 },
278 {
279 "path": "bindBankCard/index",
280 "style": {
281 "navigationBarTitleText": "绑定市民卡"
282 }
283 },
284 {
285 "path": "changeLoginPwd/index",
286 "style": {
287 "navigationBarTitleText": "修改登录密码"
288 }
289 },
290 {
291 "path": "changePayPwd/index",
292 "style": {
293 "navigationBarTitleText": "设置支付密码"
294 }
295 },
296 {
297 "path": "findPayPwd/index",
298 "style": {
299 "navigationBarTitleText": "找回密码"
300 }
301 },
302 {
303 "path": "otherPay/index",
304 "style": {
305 "navigationBarTitleText": "支付(指纹)"
306 }
307 },
308 {
309 "path": "otherLogin/index",
310 "style": {
311 "navigationBarTitleText": "指纹/手势/人脸登录"
312 }
313 },
314 {
315 "path": "leaveMsgDetail/index",
316 "style": {
317 "navigationBarTitleText": "留言详情"
318 }
319 },
320 {
321 "path": "cashFlow/index",
322 "style": {
323 "navigationBarTitleText": "我的足迹",
324 "app-plus": {
325 "scrollIndicator": "none"
326 }
327 }
328 },
329 {
330 "path": "agreement/index",
331 "style": {
332 "navigationBarTitleText": "用户协议"
333 }
334 },
335 {
336 "path": "bindSxy/index",
337 "style": {
338 "navigationBarTitleText": "签约"
339 }
340 },
341 {
342 "path": "agreementSign/index",
343 "style": {
344 "navigationBarTitleText": "市民卡免密代扣签约协议"
345 }
346 },
347 {
348 "path": "unbindBankCard/index",
349 "style": {
350 "navigationBarTitleText": "解绑市民卡"
351 }
352 },
353 {
354 "path": "personalMsg/index",
355 "style": {
356 "navigationBarTitleText": "我的信息"
357 }
358 },
359 {
360 "path": "leaveMsg/index",
361 "style": {
362 "navigationBarTitleText": "留言"
363 }
364 },
365 {
366 "path": "message/index",
367 "style": {
368 "navigationBarTitleText": "我的消息"
369 }
370 },
371 {
372 "path": "integral/index",
373 "style": {
374 "navigationBarTitleText": "我的积分"
375 }
376 },
377 {
378 "path": "voucher/index",
379 "style": {
380 "navigationBarTitleText": "我的卡券"
381 }
382 },
383 {
guangchao.xu50e42382021-01-04 17:53:47 +0800384 "path": "bindEmail/index",
385 "style": {
386 "navigationBarTitleText": "设置邮箱"
387 }
388 },
389 {
guangchao.xuc43cf972021-01-18 13:37:55 +0800390 "path": "question/index",
391 "style": {
392 "navigationBarTitleText": "密保"
393 }
394 },
395 {
396 "path": "setQuestion/index",
397 "style": {
398 "navigationBarTitleText": "设置密保"
399 }
400 },
401 {
guangchao.xu070005a2020-12-07 09:56:40 +0800402 "path": "integralQuery/index",
403 "style": {
404 "navigationBarTitleText": "积分查询"
405 //#ifdef APP-PLUS
406 ,
407 "titleNView": {
408 "splitLine": {
409 "color": "#F3F3F3"
410 }
411 }
412 //#endif
413 }
414 }
415 ]
416 }, {
417 "root": "pages/sub_medical",
guangchao.xu50e42382021-01-04 17:53:47 +0800418 "pages": [{
guangchao.xu070005a2020-12-07 09:56:40 +0800419 "path": "appointment",
420 "style": {
421 "navigationBarTitleText": "预约挂号"
422 }
423 },
424 {
425 "path": "outpatient",
426 "style": {
427 "navigationBarTitleText": "门诊预约"
428 }
429 },
430 {
431 "path": "queryDate",
432 "style": {
433 "navigationBarTitleText": "门诊预约"
434 }
435 },
436 {
437 "path": "confirm",
438 "style": {
439 "navigationBarTitleText": "门诊预约"
440 }
441 },
442 {
443 "path": "result",
444 "style": {
445 "navigationBarTitleText": "门诊预约"
446 }
447 },
448 {
449 "path": "record",
450 "style": {
451 "navigationBarTitleText": "挂号记录"
452 }
453 },
454 {
455 "path": "addPatient",
456 "style": {
457 "navigationBarTitleText": "添加就诊人"
458 }
459 },
460 {
461 "path": "hospital",
462 "style": {
463 "navigationBarTitleText": "医院列表"
464 }
465 },
466 {
467 "path": "patient",
468 "style": {
469 "navigationBarTitleText": "就诊人管理",
470 "app-plus": {
471 "titleNView": false
472 }
473 }
474 },
475 {
476 "path": "report",
477 "style": {
478 "navigationBarTitleText": "报告查询"
479 }
480 },
481 {
482 "path": "reportDetail",
483 "style": {
484 "navigationBarTitleText": "报告详情"
485 }
486 },
487 {
guangchao.xu96b39792020-12-15 16:46:12 +0800488 "path": "reportDetail1",
489 "style": {
490 "navigationBarTitleText": "报告详情"
491 }
492 },
493 {
guangchao.xu070005a2020-12-07 09:56:40 +0800494 "path": "cashFlow",
495 "style": {
496 "navigationBarTitleText": "医疗缴费"
497 }
498 },
499 {
500 "path": "pay",
501 "style": {
502 "navigationBarTitleText": "医疗缴费"
503 }
504 },
505 {
506 "path": "payResult",
507 "style": {
508 "navigationBarTitleText": "医疗缴费"
509 }
510 }
511 ]
512 }],
513 "globalStyle": {
514 "navigationBarTextStyle": "black",
515 "navigationBarTitleText": "uView",
516 "navigationBarBackgroundColor": "#FFFFFF",
517 "backgroundColor": "#FFFFFF",
518 "pageOrientation": "portrait"
519 },
520 "tabBar": {
521 "color": "#999999",
522 "selectedColor": "#2FA8E1",
523 "backgroundColor": "#FFFFFF",
524 "borderStyle": "black",
525 "list": [{
526 "pagePath": "pages/sub_tabbar/index",
527 "text": "首页"
528 },
529 {
530 "pagePath": "pages/sub_tabbar/life",
531 "text": "生活"
532 },
533 {
534 "pagePath": "pages/sub_tabbar/qrcode",
535 "text": "我的码"
536 },
537 {
538 "pagePath": "pages/sub_tabbar/active",
539 "text": "活动"
540 },
541 {
542 "pagePath": "pages/sub_tabbar/mine",
543 "text": "我的"
544 }
545 ]
546 }
547}