pages.json 3.8 KB

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