pages.json 4.7 KB

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