pages.json 3.5 KB

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