blob: 94efca27d11faa994a082a4e0911cb19c0590c17 [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 }
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 {
guangchao.xu50e42382021-01-04 17:53:47 +0800378 "path": "bindEmail/index",
379 "style": {
380 "navigationBarTitleText": "设置邮箱"
381 }
382 },
383 {
guangchao.xu070005a2020-12-07 09:56:40 +0800384 "path": "integralQuery/index",
385 "style": {
386 "navigationBarTitleText": "积分查询"
387 //#ifdef APP-PLUS
388 ,
389 "titleNView": {
390 "splitLine": {
391 "color": "#F3F3F3"
392 }
393 }
394 //#endif
395 }
396 }
397 ]
398 }, {
399 "root": "pages/sub_medical",
guangchao.xu50e42382021-01-04 17:53:47 +0800400 "pages": [{
guangchao.xu070005a2020-12-07 09:56:40 +0800401 "path": "appointment",
402 "style": {
403 "navigationBarTitleText": "预约挂号"
404 }
405 },
406 {
407 "path": "outpatient",
408 "style": {
409 "navigationBarTitleText": "门诊预约"
410 }
411 },
412 {
413 "path": "queryDate",
414 "style": {
415 "navigationBarTitleText": "门诊预约"
416 }
417 },
418 {
419 "path": "confirm",
420 "style": {
421 "navigationBarTitleText": "门诊预约"
422 }
423 },
424 {
425 "path": "result",
426 "style": {
427 "navigationBarTitleText": "门诊预约"
428 }
429 },
430 {
431 "path": "record",
432 "style": {
433 "navigationBarTitleText": "挂号记录"
434 }
435 },
436 {
437 "path": "addPatient",
438 "style": {
439 "navigationBarTitleText": "添加就诊人"
440 }
441 },
442 {
443 "path": "hospital",
444 "style": {
445 "navigationBarTitleText": "医院列表"
446 }
447 },
448 {
449 "path": "patient",
450 "style": {
451 "navigationBarTitleText": "就诊人管理",
452 "app-plus": {
453 "titleNView": false
454 }
455 }
456 },
457 {
458 "path": "report",
459 "style": {
460 "navigationBarTitleText": "报告查询"
461 }
462 },
463 {
464 "path": "reportDetail",
465 "style": {
466 "navigationBarTitleText": "报告详情"
467 }
468 },
469 {
guangchao.xu96b39792020-12-15 16:46:12 +0800470 "path": "reportDetail1",
471 "style": {
472 "navigationBarTitleText": "报告详情"
473 }
474 },
475 {
guangchao.xu070005a2020-12-07 09:56:40 +0800476 "path": "cashFlow",
477 "style": {
478 "navigationBarTitleText": "医疗缴费"
479 }
480 },
481 {
482 "path": "pay",
483 "style": {
484 "navigationBarTitleText": "医疗缴费"
485 }
486 },
487 {
488 "path": "payResult",
489 "style": {
490 "navigationBarTitleText": "医疗缴费"
491 }
492 }
493 ]
494 }],
495 "globalStyle": {
496 "navigationBarTextStyle": "black",
497 "navigationBarTitleText": "uView",
498 "navigationBarBackgroundColor": "#FFFFFF",
499 "backgroundColor": "#FFFFFF",
500 "pageOrientation": "portrait"
501 },
502 "tabBar": {
503 "color": "#999999",
504 "selectedColor": "#2FA8E1",
505 "backgroundColor": "#FFFFFF",
506 "borderStyle": "black",
507 "list": [{
508 "pagePath": "pages/sub_tabbar/index",
509 "text": "首页"
510 },
511 {
512 "pagePath": "pages/sub_tabbar/life",
513 "text": "生活"
514 },
515 {
516 "pagePath": "pages/sub_tabbar/qrcode",
517 "text": "我的码"
518 },
519 {
520 "pagePath": "pages/sub_tabbar/active",
521 "text": "活动"
522 },
523 {
524 "pagePath": "pages/sub_tabbar/mine",
525 "text": "我的"
526 }
527 ]
528 }
529}