pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/weitiandi/bluetooth/index",
  11. "style": {
  12. "navigationBarTitleText": "蓝牙控制",
  13. "navigationStyle": "default"
  14. }
  15. },
  16. {
  17. "path": "pages/weitiandi/bluetooth/status",
  18. "style": {
  19. "navigationBarTitleText": "充电页面",
  20. "navigationStyle": "default"
  21. }
  22. },
  23. {
  24. "path": "pages/bluetooth/index/index",
  25. "style": {
  26. "navigationBarTitleText": "蓝牙连接",
  27. "navigationStyle": "default"
  28. }
  29. },
  30. {
  31. "path": "pages/weitiandi/bluetooth/setting",
  32. "style": {
  33. "navigationBarTitleText": "设置",
  34. "navigationStyle": "default"
  35. }
  36. },
  37. {
  38. "path": "pages/bluetooth/device/device",
  39. "style": {
  40. "navigationBarTitleText": "发送指令",
  41. "navigationStyle": "default"
  42. }
  43. },
  44. {
  45. "path": "pages/weitiandi/device/plan",
  46. "style": {
  47. "navigationBarTitleText": "预约"
  48. }
  49. },
  50. {
  51. "path" : "pages/weitiandi/device/index",
  52. "style" : {
  53. "navigationBarTitleText": "设备详情",
  54. "enablePullDownRefresh": false
  55. }
  56. },
  57. {
  58. "path": "pages/weitiandi/device/setting",
  59. "style": {
  60. "navigationBarTitleText": ""
  61. }
  62. },
  63. {
  64. "path": "pages/index",
  65. "style": {
  66. "navigationBarTitleText": "控制台"
  67. }
  68. }, {
  69. "path": "pages/work/index",
  70. "style": {
  71. "navigationBarTitleText": "工作台"
  72. }
  73. }, {
  74. "path": "pages/mine/index",
  75. "style": {
  76. "navigationBarTitleText": "我的",
  77. "navigationStyle": "custom"
  78. }
  79. }, {
  80. "path": "pages/mine/avatar/index",
  81. "style": {
  82. "navigationBarTitleText": "修改头像"
  83. }
  84. }, {
  85. "path": "pages/mine/info/index",
  86. "style": {
  87. "navigationBarTitleText": "个人信息"
  88. }
  89. }, {
  90. "path": "pages/mine/info/edit",
  91. "style": {
  92. "navigationBarTitleText": "编辑资料"
  93. }
  94. }, {
  95. "path": "pages/mine/pwd/index",
  96. "style": {
  97. "navigationBarTitleText": "修改密码"
  98. }
  99. }, {
  100. "path": "pages/mine/setting/index",
  101. "style": {
  102. "navigationBarTitleText": "应用设置"
  103. }
  104. }, {
  105. "path": "pages/mine/help/index",
  106. "style": {
  107. "navigationBarTitleText": "常见问题"
  108. }
  109. }, {
  110. "path": "pages/mine/about/index",
  111. "style": {
  112. "navigationBarTitleText": "关于我们"
  113. }
  114. }, {
  115. "path": "pages/common/webview/index",
  116. "style": {
  117. "navigationBarTitleText": "浏览网页"
  118. }
  119. }, {
  120. "path": "pages/common/textview/index",
  121. "style": {
  122. "navigationBarTitleText": "浏览文本"
  123. }
  124. }, {
  125. "path" : "pages/weitiandi/device/chargerecord",
  126. "style" :
  127. {
  128. "navigationBarTitleText": "充电记录",
  129. "enablePullDownRefresh": false
  130. }
  131. },
  132. {
  133. "path" : "pages/weitiandi/device/planrecord",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "预约记录",
  137. "enablePullDownRefresh": false
  138. }
  139. }
  140. ,{
  141. "path" : "pages/weitiandi/device/scan",
  142. "style" :
  143. {
  144. "navigationBarTitleText": "扫码",
  145. "enablePullDownRefresh": false
  146. }
  147. }
  148. ],
  149. "tabBar": {
  150. "color": "#000000",
  151. "selectedColor": "#000000",
  152. "borderStyle": "white",
  153. "backgroundColor": "#ffffff",
  154. "list": [{
  155. "pagePath": "pages/index",
  156. "iconPath": "static/images/icons/menu-off.png",
  157. "selectedIconPath": "static/images/icons/menu-on.png",
  158. "text": "首页"
  159. }, {
  160. "pagePath": "pages/mine/index",
  161. "iconPath": "static/images/icons/mine-off.png",
  162. "selectedIconPath": "static/images/icons/mine-on.png",
  163. "text": "我的"
  164. }
  165. ]
  166. },
  167. "globalStyle": {
  168. "navigationBarTextStyle": "black",
  169. "navigationBarTitleText": "充电助手",
  170. "navigationBarBackgroundColor": "#F9FCFF",
  171. "navigationStyle":"custom"
  172. }
  173. }