pages.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/login/index",
  11. "style": {
  12. "navigationBarTitleText": "登录"
  13. }
  14. }
  15. ,{
  16. "path" : "pages/myCenter/myCenter",
  17. "style" :
  18. {
  19. "navigationBarTitleText": "我的",
  20. "navigationBarBackgroundColor":"#3D90F4",
  21. "enablePullDownRefresh": false,
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path" : "pages/myCenter/personalData/personalData",
  27. "style" :
  28. {
  29. "navigationBarTitleText": "个人资料",
  30. "enablePullDownRefresh": false
  31. }
  32. }
  33. ,{
  34. "path" : "pages/myCenter/updatePassword/updatePassword",
  35. "style" :
  36. {
  37. "navigationBarTitleText": "修改密码",
  38. "enablePullDownRefresh": false
  39. }
  40. }
  41. ,{
  42. "path" : "pages/webview/webview",
  43. "style" :
  44. {
  45. "navigationBarTitleText": "",
  46. "enablePullDownRefresh": false
  47. }
  48. }
  49. ],
  50. "tabBar": {
  51. "color": "#7A7E83",
  52. "selectedColor": "#1296db",
  53. "borderStyle": "black",
  54. "backgroundColor": "#ffffff",
  55. "list": [{
  56. "pagePath": "pages/index/index",
  57. "iconPath": "static/tabbar/index.png",
  58. "selectedIconPath": "static/tabbar/indexEd.png",
  59. "text": "首页"
  60. }, {
  61. "pagePath": "pages/history/history",
  62. "iconPath": "static/tabbar/history.png",
  63. "selectedIconPath": "static/tabbar/historyEd.png",
  64. "text": "历史"
  65. }, {
  66. "pagePath": "pages/myCenter/myCenter",
  67. "iconPath": "static/tabbar/myCenter.png",
  68. "selectedIconPath": "static/tabbar/myCenterEd.png",
  69. "text": "我的"
  70. }]
  71. },
  72. "globalStyle": {
  73. "navigationBarTextStyle": "black",
  74. "navigationBarTitleText": "智慧创新",
  75. "navigationBarBackgroundColor": "#F8F8F8",
  76. "backgroundColor": "#F8F8F8"
  77. },
  78. "uniIdRouter": {}
  79. }