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