pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. "path": "pages/agreement/agreement",
  59. "style": {
  60. "navigationBarTitleText": "协议"
  61. }
  62. },
  63. {
  64. "path": "pages/history/history",
  65. "style": {
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/contact/contact",
  71. "style": {
  72. "navigationBarTitleText": "联系我们"
  73. }
  74. }
  75. ],
  76. "globalStyle": {
  77. "navigationBarBackgroundColor": "#ffffff",
  78. "navigationBarTextStyle": "black",
  79. "navigationBarTitleText": "量化交易大师",
  80. "backgroundColor": "#f5f6fb",
  81. "titleNView": {
  82. "titleColor": "#3F51F7",
  83. "titleSize": "18",
  84. "titleWeight": "800"
  85. }
  86. },
  87. "tabBar": {
  88. "color": "#999999",
  89. "selectedColor": "#5d55e8",
  90. "backgroundColor": "#ffffff",
  91. "list": [
  92. {
  93. "pagePath": "pages/index/index",
  94. "text": "打分查询",
  95. "iconPath": "static/images/tab_search.png",
  96. "selectedIconPath": "static/images/tab_search_active.png"
  97. },
  98. {
  99. "pagePath": "pages/pool/pool",
  100. "text": "超短池",
  101. "iconPath": "static/images/tab_short.png",
  102. "selectedIconPath": "static/images/tab_short_active.png"
  103. },
  104. {
  105. "pagePath": "pages/strong/strong",
  106. "text": "强势池",
  107. "iconPath": "static/images/tab_strong.png",
  108. "selectedIconPath": "static/images/tab_strong_active.png"
  109. },
  110. {
  111. "pagePath": "pages/rank/rank",
  112. "text": "我的自选",
  113. "iconPath": "static/images/tab_rank.png",
  114. "selectedIconPath": "static/images/tab_rank_active.png"
  115. },
  116. {
  117. "pagePath": "pages/mine/mine",
  118. "text": "个人中心",
  119. "iconPath": "static/images/tab_mine.png",
  120. "selectedIconPath": "static/images/tab_mine_active.png"
  121. }
  122. ]
  123. }
  124. }