pages.json 4.5 KB

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