pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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/success",
  44. "style": {
  45. "navigationBarTitleText": "成功"
  46. }
  47. },
  48. {
  49. "path": "pages/living/fail",
  50. "style": {
  51. "navigationBarTitleText": "失败"
  52. }
  53. },
  54. {
  55. "path": "pages/login/index",
  56. "style": {
  57. "navigationBarTitleText": "登录"
  58. }
  59. },
  60. {
  61. "path": "pages/info/add",
  62. "style": {
  63. "navigationBarTitleText": "信息维护"
  64. // "enablePullDownRefresh": true,
  65. // "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  66. }
  67. },
  68. {
  69. "path": "pages/info/add-files",
  70. "style": {
  71. "navigationBarTitleText": "老人信息维护"
  72. // "enablePullDownRefresh": true,
  73. // "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  74. }
  75. },
  76. {
  77. "path": "pages/info/card",
  78. "style": {
  79. "navigationBarTitleText": "身份证识别"
  80. // "enablePullDownRefresh": true,
  81. // "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  82. }
  83. },
  84. {
  85. "path": "pages/info/face",
  86. "style": {
  87. "navigationBarTitleText": "人脸识别"
  88. // "enablePullDownRefresh": true,
  89. // "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  90. }
  91. },
  92. {
  93. "path": "pages/lr/base",
  94. "style": {
  95. "navigationBarTitleText": "基本信息"
  96. }
  97. }, {
  98. "path": "pages/lr/register",
  99. "style": {
  100. "navigationBarTitleText": "注册"
  101. }
  102. },
  103. {
  104. "path": "pages/lr/list",
  105. "style": {
  106. "navigationBarTitleText": "老人列表",
  107. "enablePullDownRefresh": true,
  108. "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  109. }
  110. },
  111. {
  112. "path": "pages/lr/info",
  113. "style": {
  114. "navigationBarTitleText": "老人详情"
  115. }
  116. },
  117. {
  118. "path": "pages/lr/shxxList",
  119. "style": {
  120. "navigationBarTitleText": "老人信息审核列表",
  121. "enablePullDownRefresh": true,
  122. "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
  123. }
  124. },
  125. {
  126. "path": "pages/lr/eat",
  127. "style": {
  128. "navigationBarTitleText": "食堂点餐"
  129. }
  130. },
  131. {
  132. "path": "pages/my/index",
  133. "style": {
  134. "navigationBarTitleText": "我的"
  135. }
  136. }, {
  137. "path": "pages/my/updatePwd",
  138. "style": {
  139. "navigationBarTitleText": "修改密码"
  140. }
  141. }, {
  142. "path": "pages/protocol/yinsizhengce",
  143. "style": {
  144. "navigationBarTitleText": "隐私协议"
  145. }
  146. }, {
  147. "path": "pages/protocol/yonghuxieyi",
  148. "style": {
  149. "navigationBarTitleText": "用户协议"
  150. }
  151. }
  152. ],
  153. "globalStyle": {
  154. "navigationBarTextStyle": "black",
  155. "navigationBarTitleText": "uni-app",
  156. "navigationBarBackgroundColor": "#F8F8F8",
  157. "backgroundColor": "#F8F8F8",
  158. "rpxCalcMaxDeviceWidth": 960, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  159. "rpxCalcBaseDeviceWidth": 375, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  160. "rpxCalcIncludeWidth": 750, // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  161. "h5": {
  162. "titleNView": false
  163. }
  164. },
  165. "uniIdRouter": {}
  166. }