pages.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "tabBar": {
  3. "backgroundColor": "#fff",
  4. "selectedColor": "#D9E4F6",
  5. "color": "#D9E4F6",
  6. "borderStyle": "black",
  7. "fontSize": "11px",
  8. "iconWidth": "24px",
  9. "height": "50px",
  10. "list": [
  11. {
  12. "text": "首页",
  13. "pagePath": "pages/index/index",
  14. "iconPath": "static/img/tab/index.png",
  15. "selectedIconPath": "static/img/tab/index-ok.png"
  16. },
  17. {
  18. "text": "资产",
  19. "pagePath": "pages/icon/index",
  20. "iconPath": "static/img/tab/icon.png",
  21. "selectedIconPath": "static/img/tab/icon-ok.png"
  22. },
  23. {
  24. "text": "留言",
  25. "pagePath": "pages/msg/index",
  26. "iconPath": "static/img/tab/msg.png",
  27. "selectedIconPath": "static/img/tab/msg-ok.png"
  28. },
  29. {
  30. "text": "我的",
  31. "pagePath": "pages/my/index",
  32. "iconPath": "static/img/tab/my.png",
  33. "selectedIconPath": "static/img/tab/my-ok.png"
  34. }
  35. ]
  36. },
  37. "pages": [
  38. {
  39. "path": "pages/login/index",
  40. "style": {
  41. "navigationBarTitleText": "首页"
  42. }
  43. },
  44. {
  45. "path": "pages/index/index",
  46. "style": {
  47. "navigationBarTitleText": "首页"
  48. }
  49. },
  50. {
  51. "path": "pages/contract/add",
  52. "style": {
  53. "navigationBarTitleText": "投资"
  54. }
  55. },
  56. {
  57. "path": "pages/icon/index",
  58. "style": {
  59. "navigationBarTitleText": "资产"
  60. }
  61. },
  62. {
  63. "path": "pages/msg/index",
  64. "style": {
  65. "navigationBarTitleText": "留言"
  66. }
  67. },
  68. {
  69. "path": "pages/my/index",
  70. "style": {
  71. "navigationBarTitleText": "我的"
  72. }
  73. },
  74. {
  75. "path": "pages/login/register",
  76. "style": {
  77. "navigationBarTitleText": "注册"
  78. }
  79. },
  80. {
  81. "path": "pages/index/error",
  82. "style": {
  83. "navigationBarTitleText": "出错啦..."
  84. }
  85. },
  86. {
  87. "path": "pages/text/index",
  88. "style": {
  89. "navigationBarTitleText": "列表演示"
  90. }
  91. }
  92. ],
  93. "globalStyle": {
  94. "navigationBarTextStyle": "black",
  95. "navigationBarTitleText": "uni-app",
  96. "navigationBarBackgroundColor": "#F8F8F8",
  97. "backgroundColor": "#F8F8F8",
  98. "navigationStyle": "custom"
  99. },
  100. "condition": {
  101. "current": 0,
  102. "list": [{
  103. "name": "列表调试",
  104. "path": "pages/text/index",
  105. "query": ""
  106. }]
  107. }
  108. }