pages.json 4.2 KB

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