pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "量化交易大师"
  7. }
  8. },
  9. {
  10. "path": "pages/login/login",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/pool/pool",
  17. "style": {
  18. "navigationBarTitleText": "量化交易大师"
  19. }
  20. },
  21. {
  22. "path": "pages/strong/strong",
  23. "style": {
  24. "navigationBarTitleText": "量化交易大师"
  25. }
  26. },
  27. {
  28. "path": "pages/rank/rank",
  29. "style": {
  30. "navigationBarTitleText": "量化交易大师"
  31. }
  32. },
  33. {
  34. "path": "pages/mine/mine",
  35. "style": {
  36. "navigationBarTitleText": "量化交易大师"
  37. }
  38. },
  39. {
  40. "path": "pages/profile/edit",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/order/order",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/admin/shortPool",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. }
  57. ],
  58. "globalStyle": {
  59. "navigationBarBackgroundColor": "#ffffff",
  60. "navigationBarTextStyle": "black",
  61. "navigationBarTitleText": "量化交易大师",
  62. "backgroundColor": "#f5f6fb",
  63. "titleNView": {
  64. "titleColor": "#3F51F7",
  65. "titleSize": "18",
  66. "titleWeight": "800"
  67. }
  68. },
  69. "tabBar": {
  70. "color": "#999999",
  71. "selectedColor": "#5d55e8",
  72. "backgroundColor": "#ffffff",
  73. "list": [
  74. {
  75. "pagePath": "pages/index/index",
  76. "text": "打分查询",
  77. "iconPath": "/static/images/tab_search.png",
  78. "selectedIconPath": "/static/images/tab_search_active.png"
  79. },
  80. {
  81. "pagePath": "pages/pool/pool",
  82. "text": "超短池",
  83. "iconPath": "/static/images/tab_short.png",
  84. "selectedIconPath": "/static/images/tab_short_active.png"
  85. },
  86. {
  87. "pagePath": "pages/strong/strong",
  88. "text": "强势池",
  89. "iconPath": "/static/images/tab_strong.png",
  90. "selectedIconPath": "/static/images/tab_strong_active.png"
  91. },
  92. {
  93. "pagePath": "pages/rank/rank",
  94. "text": "我的股票",
  95. "iconPath": "/static/images/tab_rank.png",
  96. "selectedIconPath": "/static/images/tab_rank_active.png"
  97. },
  98. {
  99. "pagePath": "pages/mine/mine",
  100. "text": "个人中心",
  101. "iconPath": "/static/images/tab_mine.png",
  102. "selectedIconPath": "/static/images/tab_mine_active.png"
  103. }
  104. ]
  105. }
  106. }