pages.json 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. // "navigationBarTitleText": "领透圣卫士"
  7. // "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/message/index",
  12. "style": {
  13. "navigationBarTitleText": "肾友知识"
  14. // "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/my/index",
  19. "style": {
  20. "navigationBarTitleText": "我的"
  21. // "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path" : "pages/Health_monitor/index",
  26. "style" :
  27. {
  28. "navigationBarTitleText" : "我的健康设备"
  29. // "enablePullDownRefresh" : false
  30. }
  31. },
  32. {
  33. "path" : "pages/Health_monitor/urinometer",
  34. "style" :
  35. {
  36. "navigationBarTitleText" : "领透尿检仪"
  37. // "enablePullDownRefresh" : false
  38. }
  39. },
  40. {
  41. "path" : "pages/my/personage",
  42. "style" :
  43. {
  44. "navigationBarTitleText" : "个人信息"
  45. // "enablePullDownRefresh" : false
  46. }
  47. },
  48. {
  49. "path" : "pages/Health_record/index",
  50. "style" :
  51. {
  52. "navigationBarTitleText" : "基本信息完善"
  53. // "enablePullDownRefresh" : false
  54. }
  55. },
  56. {//病情
  57. "path" : "pages/Health_record/disease",
  58. "style" :
  59. {
  60. "navigationBarTitleText" : "基本信息完善",
  61. "enablePullDownRefresh" : false
  62. }
  63. },
  64. {//血肌酐
  65. "path" : "pages/Health_record/creatinine",
  66. "style" :
  67. {
  68. "navigationBarTitleText" : "基本信息完善",
  69. "enablePullDownRefresh" : false
  70. }
  71. },
  72. {//尿蛋白
  73. "path" : "pages/Health_record/albumen",
  74. "style" :
  75. {
  76. "navigationBarTitleText" : "基本信息完善",
  77. "enablePullDownRefresh" : false
  78. }
  79. },
  80. {//肾功能
  81. "path" : "pages/Health_record/renal",
  82. "style" :
  83. {
  84. "navigationBarTitleText" : "基本信息完善",
  85. "enablePullDownRefresh" : false
  86. }
  87. },
  88. {
  89. "path" : "pages/Health_record/archives",
  90. "style" :
  91. {
  92. "navigationBarTitleText" : "个人信息",
  93. "enablePullDownRefresh" : false
  94. }
  95. },
  96. {
  97. "path" : "pages/Health_monitor/components/network",
  98. "style" :
  99. {
  100. "navigationBarTitleText" : "配置网络",
  101. "enablePullDownRefresh" : false
  102. }
  103. },
  104. {
  105. "path": "pages/addPatient/index",
  106. "style": {
  107. "navigationBarTitleText": "添加就诊人"
  108. }
  109. },
  110. {
  111. "path": "pages/userBinding/index",
  112. "style": {
  113. "navigationBarTitleText": "用户绑定"
  114. }
  115. },
  116. {
  117. "path": "pages/inspection_new/detail",
  118. "style": {
  119. "navigationBarTitleText": "检查报告详情"
  120. }
  121. },
  122. {
  123. "path": "pages/inspection_new/index",
  124. "style": {
  125. "navigationBarTitleText": "检查报告",
  126. "enablePullDownRefresh": true,
  127. "onReachBottomDistance": 50
  128. }
  129. },
  130. {
  131. "path": "pages/dialysis/index",
  132. "style": {
  133. "navigationBarTitleText": "我的透析"
  134. }
  135. },
  136. {
  137. "path": "pages/shop/index",
  138. "style": {
  139. "navigationBarTitleText": "圣卫士商城"
  140. }
  141. },
  142. {
  143. "path": "pages/code/index",
  144. "style": {
  145. "navigationBarTitleText": "我的签到"
  146. }
  147. },
  148. {
  149. "path": "pages/noDialysis/index",
  150. "style": {
  151. "navigationBarTitleText": "透析签到"
  152. }
  153. },
  154. {
  155. "path": "pages/Patient/List",
  156. "style": {
  157. "navigationBarTitleText": "我的就诊人"
  158. }
  159. },
  160. {
  161. "path": "pages/Patient/detail",
  162. "style": {
  163. "navigationBarTitleText": "就诊人详情"
  164. }
  165. }
  166. ],
  167. "subpackages":[
  168. {
  169. "root": "subpackagesA",
  170. "pages":[
  171. {
  172. "path": "pages/advancePay/index",
  173. "style": {
  174. "navigationBarTitleText": "预交金查询"
  175. }
  176. },
  177. {
  178. "path": "pages/advancePay/details",
  179. "style": {
  180. "navigationBarTitleText": "明细查询"
  181. }
  182. },
  183. {
  184. "path": "pages/PhysicalSigns/index",
  185. "style": {
  186. "navigationBarTitleText": "体征报告"
  187. }
  188. },
  189. {
  190. "path": "pages/medicalRecord/index",
  191. "style": {
  192. "navigationBarTitleText": "就诊人病历"
  193. }
  194. }
  195. ]
  196. }
  197. ],
  198. "globalStyle": {
  199. "navigationBarTextStyle": "black",
  200. // "navigationBarTitleText": "领透圣卫士",
  201. "navigationBarBackgroundColor": "#F8F8F8",
  202. "backgroundColor": "#F8F8F8",
  203. "usingComponents": {
  204. "van-button": "/wxcomponents/vant/dist/button/index",
  205. "van-toast": "/wxcomponents/vant/dist/toast/index",
  206. "van-tab": "/wxcomponents/vant/dist/tab/index",
  207. "van-tabs": "/wxcomponents/vant/dist/tabs/index",
  208. "van-grid": "/wxcomponents/vant/dist/grid/index",
  209. "van-grid-item": "/wxcomponents/vant/dist/grid-item/index",
  210. "van-radio-group": "/wxcomponents/vant/dist/radio-group/index",
  211. "van-radio": "/wxcomponents/vant/dist/radio/index",
  212. "van-datetime-picker": "/wxcomponents/vant/dist/datetime-picker/index",
  213. "van-checkbox-group": "/wxcomponents/vant/dist/checkbox-group/index",
  214. "van-checkbox": "/wxcomponents/vant/dist/checkbox/index",
  215. "van-cell": "/wxcomponents/vant/dist/cell/index",
  216. "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
  217. "van-field": "/wxcomponents/vant/dist/field/index",
  218. "van-popup": "/wxcomponents/vant/dist/popup/index",
  219. "van-search": "/wxcomponents/vant/dist/search/index"
  220. // "van-button": "/wxcomponents/vant/button/index",
  221. // "van-field": "/wxcomponents/vant/field/index",
  222. // "van-toast": "/wxcomponents/vant/toast/index"
  223. // "van-tab": "/wxcomponents/vant/tab/index",
  224. // "van-tabs": "/wxcomponents/vant/tabs/index",
  225. // "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
  226. // "van-popup": "/wxcomponents/vant/popup/index",
  227. // "van-picker": "/wxcomponents/vant/picker/index",
  228. // "van-calendar": "/wxcomponents/vant/calendar/index",
  229. // "van-search": "/wxcomponents/vant/search/index",
  230. // "van-icon": "/wxcomponents/vant/icon/index"
  231. // "van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index",
  232. // "van-dropdown-item": "/wxcomponents/vant/dropdown-item/index"
  233. }
  234. },
  235. "tabBar": {
  236. "color": "#a9b7b7",
  237. "selectedColor": "#11cd6e",
  238. "borderStyle": "black",
  239. "list": [{
  240. "selectedIconPath": "static/images/homeAct.png",
  241. "iconPath": "static/images/home.png",
  242. "pagePath": "pages/index/index",
  243. "text": "首页"
  244. },
  245. {
  246. "selectedIconPath": "static/images/infoAct.png",
  247. "iconPath": "static/images/info.png",
  248. "pagePath": "pages/message/index",
  249. "text": "发现"
  250. },
  251. {
  252. "selectedIconPath": "static/images/storeAct.png",
  253. "iconPath": "static/images/store.png",
  254. "pagePath": "pages/shop/index",
  255. "text": "商城"
  256. },
  257. {
  258. "selectedIconPath": "static/images/meAct.png",
  259. "iconPath": "static/images/mine.png",
  260. "pagePath": "pages/my/index",
  261. "text": "我的"
  262. }
  263. ]
  264. }
  265. }