pages.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "蓝微Star",
  7. "navigationStyle": "custom",
  8. "navigationBarTextStyle": "black",
  9. "backgroundColor": "#f8f8f8",
  10. "backgroundColorTop": "#f8f8f8",
  11. "backgroundColorBottom": "#f8f8f8",
  12. "enablePullDownRefresh": false,
  13. "disableScroll": true,
  14. "usingComponents": true
  15. }
  16. },
  17. {
  18. "path": "pages/user/user",
  19. "style": {
  20. "navigationBarTitleText": "蓝微Star",
  21. "navigationStyle": "custom",
  22. "navigationBarTextStyle": "black",
  23. "backgroundColor": "#f8f8f8",
  24. "backgroundColorTop": "#f8f8f8",
  25. "backgroundColorBottom": "#f8f8f8",
  26. "enablePullDownRefresh": false,
  27. "disableScroll": true,
  28. "usingComponents": true
  29. }
  30. },
  31. {
  32. "path": "pages/task/task",
  33. "style": {
  34. "navigationBarTitleText": "蓝微Star",
  35. "navigationStyle": "custom",
  36. "navigationBarTextStyle": "black",
  37. "backgroundColor": "#f8f8f8",
  38. "backgroundColorTop": "#f8f8f8",
  39. "backgroundColorBottom": "#f8f8f8",
  40. "enablePullDownRefresh": false,
  41. "disableScroll": true,
  42. "usingComponents": true
  43. }
  44. },
  45. {
  46. "path": "pages/school/school",
  47. "style": {
  48. "navigationBarTitleText": "蓝微Star",
  49. "navigationStyle": "custom",
  50. "navigationBarTextStyle": "black",
  51. "backgroundColor": "#f8f8f8",
  52. "backgroundColorTop": "#f8f8f8",
  53. "backgroundColorBottom": "#f8f8f8",
  54. "enablePullDownRefresh": false,
  55. "disableScroll": true,
  56. "usingComponents": true
  57. }
  58. },
  59. {
  60. "path": "pages/revenue/revenue",
  61. "style": {
  62. "navigationBarTitleText": "蓝微Star",
  63. "navigationStyle": "custom",
  64. "navigationBarTextStyle": "black",
  65. "backgroundColor": "#f8f8f8",
  66. "backgroundColorTop": "#f8f8f8",
  67. "backgroundColorBottom": "#f8f8f8",
  68. "enablePullDownRefresh": false,
  69. "disableScroll": true,
  70. "usingComponents": true
  71. }
  72. }
  73. ],
  74. "globalStyle": {
  75. "navigationBarTextStyle": "black",
  76. "navigationBarTitleText": "蓝微Star",
  77. "navigationBarBackgroundColor": "#F8F8F8",
  78. "backgroundColor": "#b8babb"
  79. },
  80. "tabBar": {
  81. "backgroundColor": "#ffffff",
  82. "borderStyle": "white",
  83. "selectedColor": "#212226",
  84. "list": [
  85. {
  86. "iconPath": "/static/tabbar/home.png",
  87. "pagePath": "pages/index/index",
  88. "selectedIconPath": "/static/tabbar/home-fill.png",
  89. "text": "首页"
  90. },
  91. {
  92. "iconPath": "/static/tabbar/task.png",
  93. "pagePath": "pages/task/task",
  94. "selectedIconPath": "/static/tabbar/task-fill.png",
  95. "text": "任务"
  96. },
  97. {
  98. "iconPath": "/static/tabbar/school.png",
  99. "pagePath": "pages/school/school",
  100. "selectedIconPath": "/static/tabbar/school-fill.png",
  101. "text": "商学院"
  102. },
  103. {
  104. "iconPath": "/static/tabbar/income.png",
  105. "pagePath": "pages/revenue/revenue",
  106. "selectedIconPath": "/static/tabbar/income-fill.png",
  107. "text": "收益"
  108. },
  109. {
  110. "iconPath": "/static/tabbar/mine.png",
  111. "pagePath": "pages/user/user",
  112. "selectedIconPath": "/static/tabbar/mine-fill.png",
  113. "text": "我的"
  114. }
  115. ]
  116. },
  117. "uniIdRouter": {}
  118. }