pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "首页"
  8. }
  9. },
  10. {
  11. "path": "pages/learn/index",
  12. "style": {
  13. "navigationStyle": "custom",
  14. "navigationBarTitleText": "学习本"
  15. }
  16. },
  17. {
  18. "path": "pages/challenge/index",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": "挑战"
  22. }
  23. },
  24. {
  25. "path": "pages/user/index",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": "我的"
  29. }
  30. },
  31. {
  32. "path": "pages/regulations/index",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "navigationBarTitleText": "法规"
  36. }
  37. },
  38. {
  39. "path": "pages/order/index",
  40. "style": {
  41. "navigationStyle": "custom",
  42. "navigationBarTitleText": "订单记录"
  43. }
  44. },
  45. {
  46. "path": "pages/recharge/index",
  47. "style": {
  48. "navigationStyle": "custom",
  49. "navigationBarTitleText": "vip充值"
  50. }
  51. },
  52. {
  53. "path": "pages/user/settings",
  54. "style": {
  55. "navigationBarTitleText": "设置"
  56. }
  57. },
  58. {
  59. "path": "pages/login/index",
  60. "style": {
  61. "navigationBarTitleText": "登录注册"
  62. }
  63. }
  64. ],
  65. "globalStyle": {
  66. "navigationBarTextStyle": "black",
  67. "navigationBarTitleText": "uni-app",
  68. "navigationBarBackgroundColor": "#F8F8F8",
  69. "backgroundColor": "#F8F8F8",
  70. "app-plus": {
  71. "background": "#efeff4"
  72. }
  73. },
  74. "tabBar": {
  75. "color": "#7A7E83",
  76. "selectedColor": "#3cc51f",
  77. "borderStyle": "black",
  78. "backgroundColor": "#ffffff",
  79. "list": [
  80. {
  81. "pagePath": "pages/home/index",
  82. "iconPath": "static/icons/c1.png",
  83. "selectedIconPath": "static/icons/c2.png",
  84. "text": "首页"
  85. },
  86. {
  87. "pagePath": "pages/learn/index",
  88. "iconPath": "static/icons/c1.png",
  89. "selectedIconPath": "static/icons/c2.png",
  90. "text": "学习本"
  91. },
  92. {
  93. "pagePath": "pages/challenge/index",
  94. "iconPath": "static/icons/c1.png",
  95. "selectedIconPath": "static/icons/c2.png",
  96. "text": "挑战"
  97. },
  98. {
  99. "pagePath": "pages/user/index",
  100. "iconPath": "static/icons/c1.png",
  101. "selectedIconPath": "static/icons/c2.png",
  102. "text": "我的"
  103. }
  104. ]
  105. }
  106. }