pages.json 5.0 KB

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