pages.json 2.9 KB

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