pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/bluetooth/index/index",
  11. "style": {
  12. "navigationBarTitleText": "蓝牙配网"
  13. }
  14. },
  15. {
  16. "path": "pages/device/index",
  17. "style": {
  18. "navigationBarTitleText": "设备列表"
  19. }
  20. },
  21. {
  22. "path": "pages/user/list",
  23. "style": {
  24. "navigationBarTitleText": "用户列表"
  25. }
  26. },
  27. {
  28. "path": "pages/index",
  29. "style": {
  30. "navigationBarTitleText": "若依移动端框架",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/work/index",
  36. "style": {
  37. "navigationBarTitleText": "工作台"
  38. }
  39. },
  40. {
  41. "path": "pages/mine/index",
  42. "style": {
  43. "navigationBarTitleText": "我的"
  44. }
  45. },
  46. {
  47. "path": "pages/mine/avatar/index",
  48. "style": {
  49. "navigationBarTitleText": "修改头像"
  50. }
  51. },
  52. {
  53. "path": "pages/mine/info/index",
  54. "style": {
  55. "navigationBarTitleText": "个人信息"
  56. }
  57. },
  58. {
  59. "path": "pages/mine/info/edit",
  60. "style": {
  61. "navigationBarTitleText": "编辑资料"
  62. }
  63. },
  64. {
  65. "path": "pages/mine/pwd/index",
  66. "style": {
  67. "navigationBarTitleText": "修改密码"
  68. }
  69. },
  70. {
  71. "path": "pages/mine/setting/index",
  72. "style": {
  73. "navigationBarTitleText": "应用设置"
  74. }
  75. },
  76. {
  77. "path": "pages/mine/help/index",
  78. "style": {
  79. "navigationBarTitleText": "常见问题"
  80. }
  81. },
  82. {
  83. "path": "pages/mine/about/index",
  84. "style": {
  85. "navigationBarTitleText": "关于我们"
  86. }
  87. },
  88. {
  89. "path": "pages/common/webview/index",
  90. "style": {
  91. "navigationBarTitleText": "浏览网页"
  92. }
  93. },
  94. {
  95. "path": "pages/common/textview/index",
  96. "style": {
  97. "navigationBarTitleText": "浏览文本"
  98. }
  99. },
  100. {
  101. "path": "pages/device/detail",
  102. "style": {
  103. "navigationBarTitleText": "详情",
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "pages/wifi/index",
  109. "style": {
  110. "navigationBarTitleText": "配网"
  111. }
  112. },
  113. {
  114. "path": "pages/device/scan",
  115. "style": {
  116. "navigationBarTitleText": "绑定设备"
  117. }
  118. },
  119. {
  120. "path": "pages/user/index",
  121. "style": {
  122. "navigationBarTitleText": "客户列表"
  123. }
  124. },
  125. {
  126. "path": "pages/device/alert",
  127. "style": {
  128. "navigationBarTitleText": "报警列表"
  129. }
  130. },
  131. {
  132. "path": "pages/device/error",
  133. "style": {
  134. "navigationBarTitleText": "异常列表"
  135. }
  136. },
  137. {
  138. "path": "pages/device/reset/reset",
  139. "style": {
  140. "navigationBarTitleText": "设备注销"
  141. }
  142. },
  143. {
  144. "path": "pages/device/reset/resetrecord",
  145. "style": {
  146. "navigationBarTitleText": "注销记录"
  147. }
  148. },
  149. {
  150. "path": "pages/device/rank",
  151. "style": {
  152. "navigationBarTitleText": "排行榜"
  153. }
  154. },
  155. {
  156. "path": "pages/regist/index",
  157. "style": {
  158. "navigationBarTitleText": "注册信息"
  159. }
  160. },
  161. {
  162. "path" : "pages/reviews/reviews",
  163. "style" :
  164. {
  165. "navigationBarTitleText" : "注册审核",
  166. "enablePullDownRefresh" : false
  167. }
  168. }
  169. ],
  170. "tabBar": {
  171. "color": "#000000",
  172. "selectedColor": "#000000",
  173. "borderStyle": "white",
  174. "backgroundColor": "#ffffff",
  175. "list": [
  176. {
  177. "pagePath": "pages/work/index",
  178. "iconPath": "static/images/tabbar/work.png",
  179. "selectedIconPath": "static/images/tabbar/work_.png",
  180. "text": "工作台"
  181. },
  182. {
  183. "pagePath": "pages/mine/index",
  184. "iconPath": "static/images/tabbar/mine.png",
  185. "selectedIconPath": "static/images/tabbar/mine_.png",
  186. "text": "我的"
  187. }
  188. ]
  189. },
  190. "globalStyle": {
  191. "navigationBarTextStyle": "black",
  192. "navigationBarTitleText": "RuoYi",
  193. "navigationBarBackgroundColor": "#FFFFFF"
  194. }
  195. }