app.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/login",
  5. "pages/pool/pool",
  6. "pages/strong/strong",
  7. "pages/rank/rank",
  8. "pages/mine/mine",
  9. "pages/profile/edit",
  10. "pages/transaction/transaction",
  11. "pages/points/points"
  12. ],
  13. "window": {
  14. "navigationBarBackgroundColor": "#ffffff",
  15. "navigationBarTextStyle": "black",
  16. "navigationBarTitleText": "量化选股大师",
  17. "backgroundColor": "#f5f6fb"
  18. },
  19. "tabBar": {
  20. "color": "#999999",
  21. "selectedColor": "#5d55e8",
  22. "backgroundColor": "#ffffff",
  23. "list": [
  24. {
  25. "pagePath": "pages/index/index",
  26. "text": "打分查询",
  27. "iconPath": "/static/images/tab_search.png",
  28. "selectedIconPath": "/static/images/tab_search_active.png"
  29. },
  30. {
  31. "pagePath": "pages/pool/pool",
  32. "text": "超短池",
  33. "iconPath": "/static/images/tab_short.png",
  34. "selectedIconPath": "/static/images/tab_short_active.png"
  35. },
  36. {
  37. "pagePath": "pages/strong/strong",
  38. "text": "强势池",
  39. "iconPath": "/static/images/tab_strong.png",
  40. "selectedIconPath": "/static/images/tab_strong_active.png"
  41. },
  42. {
  43. "pagePath": "pages/rank/rank",
  44. "text": "模拟排名",
  45. "iconPath": "/static/images/tab_rank.png",
  46. "selectedIconPath": "/static/images/tab_rank_active.png"
  47. },
  48. {
  49. "pagePath": "pages/mine/mine",
  50. "text": "个人中心",
  51. "iconPath": "/static/images/tab_mine.png",
  52. "selectedIconPath": "/static/images/tab_mine_active.png"
  53. }
  54. ]
  55. },
  56. "usingComponents": {}
  57. }