pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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/device/detail_6",
  109. "style": {
  110. "navigationBarTitleText": "详情",
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "pages/wifi/index",
  116. "style": {
  117. "navigationBarTitleText": "配网"
  118. }
  119. },
  120. {
  121. "path": "pages/device/scan",
  122. "style": {
  123. "navigationBarTitleText": "绑定设备"
  124. }
  125. },
  126. {
  127. "path": "pages/user/index",
  128. "style": {
  129. "navigationBarTitleText": "客户列表"
  130. }
  131. },
  132. {
  133. "path": "pages/device/alert",
  134. "style": {
  135. "navigationBarTitleText": "报警列表"
  136. }
  137. },
  138. {
  139. "path": "pages/device/error",
  140. "style": {
  141. "navigationBarTitleText": "异常列表"
  142. }
  143. },
  144. {
  145. "path": "pages/device/reset/reset",
  146. "style": {
  147. "navigationBarTitleText": "设备注销"
  148. }
  149. },
  150. {
  151. "path": "pages/device/reset/resetrecord",
  152. "style": {
  153. "navigationBarTitleText": "注销记录"
  154. }
  155. },
  156. {
  157. "path": "pages/device/rank",
  158. "style": {
  159. "navigationBarTitleText": "排行榜"
  160. }
  161. },
  162. {
  163. "path": "pages/regist/index",
  164. "style": {
  165. "navigationBarTitleText": "注册信息"
  166. }
  167. },
  168. {
  169. "path" : "pages/reviews/reviews",
  170. "style" :
  171. {
  172. "navigationBarTitleText" : "注册审核",
  173. "enablePullDownRefresh" : false
  174. }
  175. }
  176. ],
  177. "tabBar": {
  178. "color": "#000000",
  179. "selectedColor": "#000000",
  180. "borderStyle": "white",
  181. "backgroundColor": "#ffffff",
  182. "list": [
  183. {
  184. "pagePath": "pages/work/index",
  185. "iconPath": "static/images/tabbar/work.png",
  186. "selectedIconPath": "static/images/tabbar/work_.png",
  187. "text": "工作台"
  188. },
  189. {
  190. "pagePath": "pages/mine/index",
  191. "iconPath": "static/images/tabbar/mine.png",
  192. "selectedIconPath": "static/images/tabbar/mine_.png",
  193. "text": "我的"
  194. }
  195. ]
  196. },
  197. "globalStyle": {
  198. "navigationBarTextStyle": "black",
  199. "navigationBarTitleText": "RuoYi",
  200. "navigationBarBackgroundColor": "#FFFFFF"
  201. }
  202. }