pages.json 3.4 KB

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