pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/index",
  12. "style": {
  13. "navigationBarTitleText": "登录"
  14. }
  15. }
  16. ,{
  17. "path" : "pages/myCenter/myCenter",
  18. "style" :
  19. {
  20. "navigationBarTitleText": "我的",
  21. "navigationBarBackgroundColor":"#3D90F4",
  22. "enablePullDownRefresh": false,
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path" : "pages/myCenter/personalData/personalData",
  28. "style" :
  29. {
  30. "navigationBarTitleText": "个人资料",
  31. "enablePullDownRefresh": false
  32. }
  33. }
  34. ,{
  35. "path" : "pages/myCenter/updatePassword/updatePassword",
  36. "style" :
  37. {
  38. "navigationBarTitleText": "修改密码",
  39. "enablePullDownRefresh": false
  40. }
  41. }
  42. ,{
  43. "path" : "pages/webview/webview",
  44. "style" :
  45. {
  46. "navigationBarTitleText": "",
  47. "enablePullDownRefresh": false
  48. }
  49. }
  50. ,{
  51. "path" : "pages/history/history",
  52. "style" :
  53. {
  54. "navigationBarTitleText": "信息中心",
  55. "enablePullDownRefresh": false
  56. }
  57. }
  58. ,{
  59. "path" : "pages/applicationCenter/applicationCenter",
  60. "style" :
  61. {
  62. "navigationBarTitleText": "应用中心",
  63. "enablePullDownRefresh": false
  64. }
  65. }
  66. ,{
  67. "path" : "pages/message/message",
  68. "style" :
  69. {
  70. "navigationBarTitleText": "消息",
  71. "enablePullDownRefresh": false,
  72. "navigationStyle": "custom"
  73. }
  74. }
  75. ,{
  76. "path" : "pages/index/detail/detail",
  77. "style" :
  78. {
  79. "navigationBarTitleText": "详情",
  80. "enablePullDownRefresh": true
  81. }
  82. }
  83. ],
  84. "tabBar": {
  85. "color": "#7A7E83",
  86. "selectedColor": "#1296db",
  87. "borderStyle": "black",
  88. "backgroundColor": "#ffffff",
  89. "iconWidth": "24px",
  90. "list": [{
  91. "pagePath": "pages/index/index",
  92. "iconPath": "static/tabbar/index.png",
  93. "selectedIconPath": "static/tabbar/indexEd.png",
  94. "text": "首页"
  95. },
  96. {
  97. "pagePath": "pages/applicationCenter/applicationCenter",
  98. "iconPath": "static/tabbar/app.png",
  99. "selectedIconPath": "static/tabbar/appEd.png",
  100. "text": "应用中心"
  101. },
  102. {
  103. "pagePath": "pages/history/history",
  104. "iconPath": "static/tabbar/info.png",
  105. "selectedIconPath": "static/tabbar/infoEd.png",
  106. "text": "信息中心"
  107. }, {
  108. "pagePath": "pages/myCenter/myCenter",
  109. "iconPath": "static/tabbar/myCenter.png",
  110. "selectedIconPath": "static/tabbar/myCenterEd.png",
  111. "text": "我的"
  112. }]
  113. },
  114. "globalStyle": {
  115. "navigationBarTextStyle": "black",
  116. "navigationBarTitleText": "智慧创新",
  117. "navigationBarBackgroundColor": "#F8F8F8",
  118. "backgroundColor": "#F8F8F8"
  119. },
  120. "uniIdRouter": {}
  121. }