pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. "globalStyle": {
  166. "navigationBarTextStyle": "black",
  167. "navigationBarTitleText": "uni-app",
  168. "navigationBarBackgroundColor": "#F8F8F8",
  169. "backgroundColor": "#F8F8F8",
  170. "rpxCalcMaxDeviceWidth": 960, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  171. "rpxCalcBaseDeviceWidth": 375, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  172. "rpxCalcIncludeWidth": 750, // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  173. "h5": {
  174. "titleNView": false
  175. }
  176. },
  177. "uniIdRouter": {}
  178. }