pages.json 3.8 KB

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