pages.json 3.7 KB

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