app.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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/order/order",
  12. "pages/admin/shortPool"
  13. ],
  14. "window": {
  15. "navigationBarBackgroundColor": "#ffffff",
  16. "navigationBarTextStyle": "black",
  17. "navigationBarTitleText": "量化交易大师",
  18. "backgroundColor": "#f5f6fb",
  19. "titleNView": {
  20. "titleColor": "#3F51F7",
  21. "titleSize": "18",
  22. "titleWeight": "800"
  23. }
  24. },
  25. "tabBar": {
  26. "color": "#999999",
  27. "selectedColor": "#5d55e8",
  28. "backgroundColor": "#ffffff",
  29. "list": [
  30. {
  31. "pagePath": "pages/index/index",
  32. "text": "打分查询",
  33. "iconPath": "/static/images/tab_search.png",
  34. "selectedIconPath": "/static/images/tab_search_active.png"
  35. },
  36. {
  37. "pagePath": "pages/pool/pool",
  38. "text": "超短池",
  39. "iconPath": "/static/images/tab_short.png",
  40. "selectedIconPath": "/static/images/tab_short_active.png"
  41. },
  42. {
  43. "pagePath": "pages/strong/strong",
  44. "text": "强势池",
  45. "iconPath": "/static/images/tab_strong.png",
  46. "selectedIconPath": "/static/images/tab_strong_active.png"
  47. },
  48. {
  49. "pagePath": "pages/rank/rank",
  50. "text": "我的股票",
  51. "iconPath": "/static/images/tab_rank.png",
  52. "selectedIconPath": "/static/images/tab_rank_active.png"
  53. },
  54. {
  55. "pagePath": "pages/mine/mine",
  56. "text": "个人中心",
  57. "iconPath": "/static/images/tab_mine.png",
  58. "selectedIconPath": "/static/images/tab_mine_active.png"
  59. }
  60. ]
  61. },
  62. "usingComponents": {}
  63. }