pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "首页"
  11. }
  12. },
  13. {
  14. "path": "pages/login/login",
  15. "style": {
  16. "navigationBarTitleText": "登录/注册"
  17. }
  18. },
  19. {
  20. "path": "pages/index/book",
  21. "style": {
  22. "navigationBarTitleText": "健康小课堂"
  23. }
  24. },
  25. {
  26. "path": "pages/index/mine",
  27. "style": {
  28. "navigationBarTitleText": "我的"
  29. }
  30. },
  31. // {
  32. // "path": "pages/doctor_related/select_doctor",
  33. // "style": {
  34. // "navigationBarTitleText": "找医生"
  35. // }
  36. // },
  37. // {
  38. // "path": "pages/doctor_related/doctor_info",
  39. // "style": {
  40. // "navigationBarTitleText": "医生详情"
  41. // }
  42. // },
  43. // {
  44. // "path": "pages/doctor_related/info_write",
  45. // "style": {
  46. // "navigationBarTitleText": "信息填写"
  47. // }
  48. // },
  49. // {
  50. // "path": "pages/archives/my_archives",
  51. // "style": {
  52. // "navigationBarTitleText": "档案列表"
  53. // }
  54. // },
  55. // {
  56. // "path": "pages/archives/add_archives",
  57. // "style": {
  58. // "navigationBarTitleText": "添加档案"
  59. // }
  60. // },
  61. /* order文件夹 订单 */
  62. //付款
  63. {
  64. "path": "pages/order/payment",
  65. "style": {
  66. "navigationBarTitleText": "订单支付"
  67. }
  68. },
  69. //下单
  70. {
  71. "path": "pages/order/order",
  72. "style": {
  73. "navigationBarTitleText": "下单成功"
  74. }
  75. },
  76. /* service_packs文件夹 服务包 */
  77. //服务人信息
  78. // {
  79. // "path": "pages/service_packs/packs_information",
  80. // "style": {
  81. // "navigationBarTitleText": "购买服务包"
  82. // }
  83. // },
  84. // //服务包详情
  85. // {
  86. // "path": "pages/service_packs/packs_details",
  87. // "style": {
  88. // "navigationBarTitleText": "服务包详情"
  89. // }
  90. // },
  91. // //选购
  92. // {
  93. // "path": "pages/service_packs/choicepacks",
  94. // "style": {
  95. // "navigationBarTitleText": "服务包"
  96. // }
  97. // },
  98. // //介绍页
  99. // {
  100. // "path": "pages/service_packs/introduce",
  101. // "style": {
  102. // "navigationBarTitleText": "服务包"
  103. // }
  104. // },
  105. /* personal文件夹 个人中心 */
  106. //个人信息
  107. // {
  108. // "path": "pages/personal/personal_information",
  109. // "style": {
  110. // "navigationBarTitleText": "余额"
  111. // }
  112. // },
  113. // {
  114. // "path": "pages/personal/balance_info",
  115. // "style": {
  116. // "navigationBarTitleText": "余额明细"
  117. // }
  118. // },
  119. // {
  120. // "path": "pages/personal/recharge",
  121. // "style": {
  122. // "navigationBarTitleText": "充值"
  123. // }
  124. // },
  125. // /* coupon文件夹 优惠券*/
  126. // //优惠券
  127. // {
  128. // "path": "pages/personal/coupon/coupon",
  129. // "style": {
  130. // "navigationBarTitleText": "优惠券"
  131. // }
  132. // },
  133. // //优惠券详情
  134. // {
  135. // "path": "pages/personal/coupon/coupon_details",
  136. // "style": {
  137. // "navigationBarTitleText": "优惠券详情"
  138. // }
  139. // },
  140. /* common_tools文件夹 常用工具*/
  141. /*****help_feedback帮助和卡反馈文件夹*****/
  142. //帮助和卡反馈
  143. // {
  144. // "path": "pages/common_tools/help_feedback/help_feedback",
  145. // "style": {
  146. // "navigationBarTitleText": "帮助与反馈"
  147. // }
  148. // },
  149. // //意见反馈1
  150. // {
  151. // "path": "pages/common_tools/help_feedback/opinion1",
  152. // "style": {
  153. // "navigationBarTitleText": "意见反馈"
  154. // }
  155. // },
  156. // /*****collection收藏文章文件夹*****/
  157. // // 收藏文章
  158. // {
  159. // "path": "pages/common_tools/collection/collection",
  160. // "style": {
  161. // "navigationBarTitleText": "收藏文章"
  162. // }
  163. // },
  164. // //文章详情
  165. // {
  166. // "path": "pages/common_tools/collection/collection_details",
  167. // "style": {
  168. // "navigationBarTitleText": "文章标题"
  169. // }
  170. // },
  171. // /*****me_order我的保单文件夹*****/
  172. // //我的保单
  173. // {
  174. // "path": "pages/common_tools/me_order/me_order",
  175. // "style": {
  176. // "navigationBarTitleText": "我的保单"
  177. // }
  178. // },
  179. // //保单详情
  180. // {
  181. // "path": "pages/common_tools/me_order/order_details",
  182. // "style": {
  183. // "navigationBarTitleText": "保单详情"
  184. // }
  185. // },
  186. // //家庭医生
  187. // {
  188. // "path": "pages/common_tools/home_doctor",
  189. // "style": {
  190. // "navigationBarTitleText": "家庭医生"
  191. // }
  192. // },
  193. // //我的关注
  194. // {
  195. // "path": "pages/common_tools/me_follow",
  196. // "style": {
  197. // "navigationBarTitleText": "我的关注"
  198. // }
  199. // },
  200. // //我的评价
  201. // {
  202. // "path": "pages/common_tools/me_evaluate",
  203. // "style": {
  204. // "navigationBarTitleText": "我的评价"
  205. // }
  206. // },
  207. //服务包订单
  208. // {
  209. // "path": "pages/service_box/box_details",
  210. // "style": {
  211. // "navigationBarTitleText": "我的服务包"
  212. // }
  213. // },
  214. // {
  215. // "path": "pages/service_box/choiceBox",
  216. // "style": {
  217. // "navigationBarTitleText": "服务包详情"
  218. // }
  219. // },
  220. // {
  221. // "path": "pages/vaccines/vaccines_info",
  222. // "style": {
  223. // "navigationBarTitleText": "疫苗信息填写"
  224. // }
  225. // },
  226. // {
  227. // "path": "pages/vaccines/mechanism",
  228. // "style": {
  229. // "navigationBarTitleText": "服务机构"
  230. // }
  231. // },
  232. // {
  233. // "path": "pages/vaccines/vaccinesList",
  234. // "style": {
  235. // "navigationBarTitleText": "接种疫苗"
  236. // }
  237. // },
  238. // {
  239. // "path": "pages/archives/archives_info",
  240. // "style": {
  241. // "navigationBarTitleText": "档案详情"
  242. // }
  243. // },
  244. {
  245. "path": "pages/index/editinfo",
  246. "style": {
  247. "navigationBarTitleText": "个人信息"
  248. }
  249. },
  250. {
  251. "path": "pages/index/editphone",
  252. "style": {
  253. "navigationBarTitleText": "修改手机"
  254. }
  255. },
  256. {
  257. "path": "pages/index/paypassword",
  258. "style": {
  259. "navigationBarTitleText": "设置密码"
  260. }
  261. },
  262. {
  263. "path": "pages/index/message",
  264. "style": {
  265. "navigationBarTitleText": "消息通知"
  266. }
  267. }
  268. // {
  269. // "path": "pages/common_tools/my_consulting/my_consulting",
  270. // "style": {
  271. // "navigationBarTitleText": "我的咨询"
  272. // }
  273. // },
  274. // {
  275. // "path": "pages/common_tools/my_consulting/consultingInfo",
  276. // "style": {
  277. // "navigationBarTitleText": "咨询详情"
  278. // }
  279. // },
  280. // {
  281. // "path": "pages/common_tools/my_consulting/conversation",
  282. // "style": {
  283. // "navigationBarTitleText": "会话窗口"
  284. // }
  285. // },
  286. // {
  287. // "path": "pages/common_tools/my_consulting/my_appointment",
  288. // "style": {
  289. // "navigationBarTitleText": "我的预约"
  290. // }
  291. // },
  292. // {
  293. // "path": "pages/common_tools/my_consulting/my_opinion",
  294. // "style": {
  295. // "navigationBarTitleText": "我的意见单"
  296. // }
  297. // },
  298. // {
  299. // "path": "pages/common_tools/my_consulting/opinionInfo",
  300. // "style": {
  301. // "navigationBarTitleText": "意见单"
  302. // }
  303. // }
  304. ],
  305. "globalStyle": {
  306. "navigationBarTextStyle": "black",
  307. "navigationBarTitleText": "uni-app",
  308. "navigationBarBackgroundColor": "#F8F8F8",
  309. "backgroundColor": "#F8F8F8"
  310. },
  311. "subPackages": [{
  312. "root": "pages/common_tools",
  313. "pages": [{
  314. "path": "my_consulting/opinionInfo",
  315. "style": {
  316. "navigationBarTitleText": "意见单"
  317. }
  318. }, {
  319. "path": "my_consulting/my_opinion",
  320. "style": {
  321. "navigationBarTitleText": "我的意见单"
  322. }
  323. },
  324. {
  325. "path": "my_consulting/my_appointment",
  326. "style": {
  327. "navigationBarTitleText": "我的预约",
  328. "enablePullDownRefresh": true
  329. }
  330. }, {
  331. "path": "my_consulting/conversation",
  332. "style": {
  333. "navigationBarTitleText": "会话窗口",
  334. "enablePullDownRefresh": true
  335. }
  336. },
  337. {
  338. "path": "my_consulting/consultingInfo",
  339. "style": {
  340. "navigationBarTitleText": "咨询详情"
  341. }
  342. },
  343. {
  344. "path": "my_consulting/my_consulting",
  345. "style": {
  346. "navigationBarTitleText": "我的咨询",
  347. "enablePullDownRefresh": true
  348. }
  349. },
  350. {
  351. "path": "help_feedback/help_feedback",
  352. "style": {
  353. "navigationBarTitleText": "帮助与反馈"
  354. }
  355. },
  356. //意见反馈1
  357. {
  358. "path": "help_feedback/opinion1",
  359. "style": {
  360. "navigationBarTitleText": "意见反馈"
  361. }
  362. },
  363. /*****collection收藏文章文件夹*****/
  364. // 收藏文章
  365. {
  366. "path": "collection/collection",
  367. "style": {
  368. "navigationBarTitleText": "收藏文章"
  369. }
  370. },
  371. //文章详情
  372. {
  373. "path": "collection/collection_details",
  374. "style": {
  375. "navigationBarTitleText": "文章标题"
  376. }
  377. },
  378. /*****me_order我的保单文件夹*****/
  379. //我的保单
  380. {
  381. "path": "me_order/me_order",
  382. "style": {
  383. "navigationBarTitleText": "我的保单"
  384. }
  385. },
  386. //保单详情
  387. {
  388. "path": "me_order/order_details",
  389. "style": {
  390. "navigationBarTitleText": "保单详情"
  391. }
  392. },
  393. //家庭医生
  394. {
  395. "path": "home_doctor",
  396. "style": {
  397. "navigationBarTitleText": "家庭医生"
  398. }
  399. },
  400. //我的关注
  401. {
  402. "path": "me_follow",
  403. "style": {
  404. "navigationBarTitleText": "我的关注"
  405. }
  406. },
  407. //我的评价
  408. {
  409. "path": "me_evaluate",
  410. "style": {
  411. "navigationBarTitleText": "我的评价"
  412. }
  413. }
  414. ]
  415. },
  416. {
  417. "root": "pages/childcare",
  418. "pages": [{
  419. "path": "child_care",
  420. "style": {
  421. "navigationBarTitleText": "儿保信息"
  422. }
  423. },
  424. {
  425. "path": "child_careList",
  426. "style": {
  427. "navigationBarTitleText": "儿保项目"
  428. }
  429. }
  430. ]
  431. },
  432. {
  433. "root": "pages/doctor_related",
  434. "pages": [{
  435. "path": "select_doctor",
  436. "style": {
  437. "navigationBarTitleText": "找医生"
  438. }
  439. },
  440. {
  441. "path": "doctor_info",
  442. "style": {
  443. "navigationBarTitleText": "医生详情"
  444. }
  445. },
  446. {
  447. "path": "info_write",
  448. "style": {
  449. "navigationBarTitleText": "信息填写"
  450. }
  451. }
  452. ]
  453. },
  454. {
  455. "root": "pages/personal",
  456. "pages": [{
  457. "path": "personal_information",
  458. "style": {
  459. "navigationBarTitleText": "余额"
  460. }
  461. },
  462. {
  463. "path": "balance_info",
  464. "style": {
  465. "navigationBarTitleText": "余额明细"
  466. }
  467. },
  468. {
  469. "path": "recharge",
  470. "style": {
  471. "navigationBarTitleText": "充值"
  472. }
  473. },
  474. /* coupon文件夹 优惠券*/
  475. //优惠券
  476. {
  477. "path": "coupon/coupon",
  478. "style": {
  479. "navigationBarTitleText": "优惠券"
  480. }
  481. },
  482. //优惠券详情
  483. {
  484. "path": "coupon/coupon_details",
  485. "style": {
  486. "navigationBarTitleText": "优惠券详情"
  487. }
  488. },
  489. {
  490. "path": "coupon/couponList",
  491. "style": {
  492. "navigationBarTitleText": "领卷中心"
  493. }
  494. }
  495. ]
  496. },
  497. {
  498. "root": "pages/service_packs",
  499. "pages": [{
  500. "path": "packs_information",
  501. "style": {
  502. "navigationBarTitleText": "购买服务包"
  503. }
  504. },
  505. //服务包详情
  506. {
  507. "path": "packs_details",
  508. "style": {
  509. "navigationBarTitleText": "服务包详情"
  510. }
  511. },
  512. //选购
  513. {
  514. "path": "choicepacks",
  515. "style": {
  516. "navigationBarTitleText": "服务包"
  517. }
  518. },
  519. //介绍页
  520. {
  521. "path": "introduce",
  522. "style": {
  523. "navigationBarTitleText": "服务包"
  524. }
  525. }
  526. ]
  527. },
  528. {
  529. "root": "pages/vaccines",
  530. "pages": [{
  531. "path": "vaccines_info",
  532. "style": {
  533. "navigationBarTitleText": "疫苗信息填写"
  534. }
  535. },
  536. {
  537. "path": "mechanism",
  538. "style": {
  539. "navigationBarTitleText": "服务机构"
  540. }
  541. },
  542. {
  543. "path": "vaccinesList",
  544. "style": {
  545. "navigationBarTitleText": "接种疫苗"
  546. }
  547. }
  548. ]
  549. },
  550. {
  551. "root": "pages/archives",
  552. "pages": [{
  553. "path": "archives_info",
  554. "style": {
  555. "navigationBarTitleText": "档案详情"
  556. }
  557. },
  558. {
  559. "path": "my_archives",
  560. "style": {
  561. "navigationBarTitleText": "档案列表"
  562. }
  563. },
  564. {
  565. "path": "add_archives",
  566. "style": {
  567. "navigationBarTitleText": "添加档案"
  568. }
  569. },
  570. {
  571. "path": "upcard",
  572. "style": {
  573. "navigationBarTitleText": "上传证件"
  574. }
  575. }
  576. ]
  577. },
  578. {
  579. "root": "pages/service_box",
  580. "pages": [{
  581. "path": "box_details",
  582. "style": {
  583. "navigationBarTitleText": "我的服务包"
  584. }
  585. },
  586. {
  587. "path": "choiceBox",
  588. "style": {
  589. "navigationBarTitleText": "服务包详情"
  590. }
  591. }
  592. ]
  593. }
  594. ],
  595. "tabBar": {
  596. "color": "#C0C4CC", //未选中的菜单文字颜色
  597. "selectedColor": "#0B73B9", //选中时的菜单文字颜色
  598. "borderStyle": "black",
  599. "backgroundColor": "#ffffff", //背景
  600. "list": [{
  601. "pagePath": "pages/index/index", //页面地址
  602. "iconPath": "./static/img/home.png", //未选中时的图片
  603. "selectedIconPath": "./static/img/home_select.png", //选中时的图片
  604. "text": "首页" //菜单文字
  605. },
  606. {
  607. "pagePath": "pages/index/book",
  608. "iconPath": "./static/img/book.png",
  609. "selectedIconPath": "./static/img/book_select.png",
  610. "text": "小课堂"
  611. },
  612. {
  613. "pagePath": "pages/index/mine",
  614. "iconPath": "./static/img/my.png",
  615. "selectedIconPath": "./static/img/my_select.png",
  616. "text": "我的"
  617. }
  618. ]
  619. },
  620. // 启动
  621. "condition": {
  622. "current": 0,
  623. "list": [{
  624. "name": "工具",
  625. "path": "pages/order/payment" //我的
  626. // "path": "pages/service_packs/introduce"//服务包
  627. }]
  628. }
  629. }