pages.json 3.7 KB

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