pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. {
  2. "tabBar": {
  3. "color": "#7A7E83",
  4. "selectedColor": "#ffaa00",
  5. "borderStyle": "black",
  6. "backgroundColor": "#ffffff",
  7. "list": [{
  8. "pagePath": "pages/index/index",
  9. "iconPath": "static/images/index.png",
  10. "selectedIconPath": "static/images/index-s.png",
  11. "text": "首页"
  12. },
  13. {
  14. "pagePath": "pages/lr/list",
  15. "iconPath": "static/images/list.png",
  16. "selectedIconPath": "static/images/list-s.png",
  17. "text": "老人"
  18. },
  19. {
  20. "pagePath": "pages/my/index",
  21. "iconPath": "static/images/my.png",
  22. "selectedIconPath": "static/images/my-s.png",
  23. "text": "我的"
  24. }
  25. ]
  26. },
  27. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  28. {
  29. "path": "pages/index/index",
  30. "style": {
  31. "navigationBarTitleText": "首页"
  32. }
  33. },
  34. {
  35. "path": "pages/test/index",
  36. "style": {
  37. "navigationBarTitleText": "测试"
  38. // "enablePullDownRefresh": true,
  39. // "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  40. }
  41. },
  42. {
  43. "path": "pages/living/check",
  44. "style": {
  45. "navigationBarTitleText": "认证"
  46. }
  47. },
  48. {
  49. "path": "pages/living/success",
  50. "style": {
  51. "navigationBarTitleText": "成功"
  52. }
  53. },
  54. {
  55. "path": "pages/living/fail",
  56. "style": {
  57. "navigationBarTitleText": "失败"
  58. }
  59. },
  60. {
  61. "path": "pages/login/index",
  62. "style": {
  63. "navigationBarTitleText": "登录"
  64. }
  65. },
  66. {
  67. "path": "pages/info/add",
  68. "style": {
  69. "navigationBarTitleText": "信息维护"
  70. // "enablePullDownRefresh": true,
  71. // "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  72. }
  73. },
  74. {
  75. "path": "pages/info/add-files",
  76. "style": {
  77. "navigationBarTitleText": "老人信息维护"
  78. // "enablePullDownRefresh": true,
  79. // "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  80. }
  81. },
  82. {
  83. "path": "pages/info/card",
  84. "style": {
  85. "navigationBarTitleText": "身份证识别"
  86. // "enablePullDownRefresh": true,
  87. // "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  88. }
  89. },
  90. {
  91. "path": "pages/info/face",
  92. "style": {
  93. "navigationBarTitleText": "人脸识别"
  94. // "enablePullDownRefresh": true,
  95. // "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  96. }
  97. },
  98. {
  99. "path": "pages/lr/base",
  100. "style": {
  101. "navigationBarTitleText": "基本信息"
  102. }
  103. }, {
  104. "path": "pages/lr/register",
  105. "style": {
  106. "navigationBarTitleText": "注册"
  107. }
  108. },
  109. {
  110. "path": "pages/lr/list",
  111. "style": {
  112. "navigationBarTitleText": "老人列表",
  113. "enablePullDownRefresh": true,
  114. "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  115. }
  116. },
  117. {
  118. "path": "pages/lr/info",
  119. "style": {
  120. "navigationBarTitleText": "老人详情"
  121. }
  122. },
  123. {
  124. "path": "pages/lr/face",
  125. "style": {
  126. "navigationBarTitleText": "刷脸激活"
  127. }
  128. },
  129. {
  130. "path": "pages/lr/shxxList",
  131. "style": {
  132. "navigationBarTitleText": "老人信息审核列表",
  133. "enablePullDownRefresh": true,
  134. "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  135. }
  136. },
  137. {
  138. "path": "pages/lr/eat",
  139. "style": {
  140. "navigationBarTitleText": "食堂点餐"
  141. }
  142. },
  143. {
  144. "path": "pages/my/index",
  145. "style": {
  146. "navigationBarTitleText": "我的"
  147. }
  148. }, {
  149. "path": "pages/my/updatePwd",
  150. "style": {
  151. "navigationBarTitleText": "修改密码"
  152. }
  153. }, {
  154. "path": "pages/protocol/yinsizhengce",
  155. "style": {
  156. "navigationBarTitleText": "隐私协议"
  157. }
  158. }, {
  159. "path": "pages/protocol/yonghuxieyi",
  160. "style": {
  161. "navigationBarTitleText": "用户协议"
  162. }
  163. },
  164. {
  165. "path" : "pages/loading/loading",
  166. "style" :
  167. {
  168. "navigationBarTitleText" : "跳转倒计时",
  169. "enablePullDownRefresh" : false
  170. }
  171. },
  172. {
  173. "path" : "pages/createInfo/createInfo",
  174. "style" :
  175. {
  176. "navigationBarTitleText" : "信息录入",
  177. "enablePullDownRefresh" : false
  178. }
  179. },
  180. {
  181. "path" : "pages/entryPage/entryPage",
  182. "style" :
  183. {
  184. "navigationBarTitleText" : "注册首页",
  185. "enablePullDownRefresh" : false
  186. }
  187. },
  188. {
  189. "path" : "pages/searchState/searchState",
  190. "style" :
  191. {
  192. "navigationBarTitleText" : "状态查询",
  193. "enablePullDownRefresh" : false
  194. }
  195. }
  196. ],
  197. "globalStyle": {
  198. "navigationBarTextStyle": "black",
  199. "navigationBarTitleText": "uni-app",
  200. "navigationBarBackgroundColor": "#F8F8F8",
  201. "backgroundColor": "#F8F8F8",
  202. "rpxCalcMaxDeviceWidth": 960, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  203. "rpxCalcBaseDeviceWidth": 375, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  204. "rpxCalcIncludeWidth": 750, // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  205. "h5": {
  206. "titleNView": false
  207. }
  208. },
  209. "uniIdRouter": {}
  210. }