pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "tabBar": {
  3. "backgroundColor": "#fff",
  4. "selectedColor": "#f78820",
  5. "color": "#666",
  6. "borderStyle": "white",
  7. "fontSize": "20rpx",
  8. "iconWidth": "48rpx",
  9. "height": "138rpx",
  10. "list": [{
  11. "pagePath": "pages/index/index",
  12. "iconPath": "static/img/tab/index-two.svg",
  13. "selectedIconPath": "static/img/tab/index.svg",
  14. "text": "首页"
  15. },
  16. {
  17. "pagePath": "pages/convert/convert-index",
  18. "iconPath": "static/img/tab/jh-two.svg",
  19. "selectedIconPath": "static/img/tab/jh.svg",
  20. "text": "兑换"
  21. },
  22. {
  23. "pagePath": "pages/my/my-index",
  24. "iconPath": "static/img/tab/my.svg",
  25. "selectedIconPath": "static/img/tab/my-two.svg",
  26. "text": "我的"
  27. }
  28. ]
  29. },
  30. "pages": [
  31. {
  32. "path": "pages/index/index",
  33. "style": {
  34. "navigationBarTitleText": "首页"
  35. }
  36. },
  37. {
  38. "path": "pages/convert/convert-index",
  39. "style": {
  40. "navigationBarTitleText": "兑换"
  41. }
  42. },
  43. {
  44. "path": "pages/my/my-index",
  45. "style": {
  46. "navigationBarTitleText": "我的"
  47. }
  48. },
  49. {
  50. "path": "pages/login/index",
  51. "style": {
  52. "navigationBarTitleText": "BNBDAO"
  53. }
  54. },
  55. {
  56. "path": "pages/login/invite",
  57. "style": {
  58. "navigationBarTitleText": "邀请"
  59. }
  60. },
  61. {
  62. "path": "pages/index/error",
  63. "style": {
  64. "navigationBarTitleText": "BNBDAO"
  65. }
  66. },
  67. {
  68. "path": "pages/my/inner-page/all_profit",
  69. "style": {
  70. "navigationBarTitleText": "总收益"
  71. }
  72. }
  73. ],
  74. "globalStyle": {
  75. "navigationBarTextStyle": "black",
  76. "navigationBarTitleText": "uni-app",
  77. "navigationBarBackgroundColor": "#F8F8F8",
  78. "backgroundColor": "#F8F8F8",
  79. "navigationStyle": "custom"
  80. },
  81. "condition": {
  82. "current": 0,
  83. "list": [{
  84. "name": "列表调试",
  85. "path": "pages/text/index",
  86. "query": ""
  87. }]
  88. }
  89. }