pages.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "量化选股大师"
  7. }
  8. },
  9. {
  10. "path": "pages/pool/pool",
  11. "style": {
  12. "navigationBarTitleText": "超短池"
  13. }
  14. },
  15. {
  16. "path": "pages/strong/strong",
  17. "style": {
  18. "navigationBarTitleText": "强势池"
  19. }
  20. },
  21. {
  22. "path": "pages/rank/rank",
  23. "style": {
  24. "navigationBarTitleText": "模拟排名"
  25. }
  26. },
  27. {
  28. "path": "pages/mine/mine",
  29. "style": {
  30. "navigationBarTitleText": "个人中心"
  31. }
  32. },
  33. {
  34. "path": "pages/profile/edit",
  35. "style": {
  36. "navigationBarTitleText": "编辑资料"
  37. }
  38. }
  39. ],
  40. "globalStyle": {
  41. "navigationBarBackgroundColor": "#ffffff",
  42. "navigationBarTextStyle": "black",
  43. "navigationBarTitleText": "量化选股大师",
  44. "backgroundColor": "#f5f6fb"
  45. },
  46. "tabBar": {
  47. "color": "#999999",
  48. "selectedColor": "#5d55e8",
  49. "backgroundColor": "#ffffff",
  50. "list": [
  51. {
  52. "pagePath": "pages/index/index",
  53. "text": "打分查询",
  54. "iconPath": "/static/images/tab_search.png",
  55. "selectedIconPath": "/static/images/tab_search_active.png"
  56. },
  57. {
  58. "pagePath": "pages/pool/pool",
  59. "text": "超短池",
  60. "iconPath": "/static/images/tab_short.png",
  61. "selectedIconPath": "/static/images/tab_short_active.png"
  62. },
  63. {
  64. "pagePath": "pages/strong/strong",
  65. "text": "强势池",
  66. "iconPath": "/static/images/tab_strong.png",
  67. "selectedIconPath": "/static/images/tab_strong_active.png"
  68. },
  69. {
  70. "pagePath": "pages/rank/rank",
  71. "text": "模拟排名",
  72. "iconPath": "/static/images/tab_rank.png",
  73. "selectedIconPath": "/static/images/tab_rank_active.png"
  74. },
  75. {
  76. "pagePath": "pages/mine/mine",
  77. "text": "个人中心",
  78. "iconPath": "/static/images/tab_mine.png",
  79. "selectedIconPath": "/static/images/tab_mine_active.png"
  80. }
  81. ]
  82. }
  83. }