pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/deal/deal",
  5. "style" :
  6. {
  7. // "navigationBarTitleText": "账号交易",
  8. "enablePullDownRefresh": true,
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. // "navigationBarTitleText": "简图速览",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. {
  20. "path": "pages/index/index_new",
  21. "style": {
  22. // "navigationBarTitleText": "简图速览",
  23. "navigationStyle": "custom"
  24. }
  25. }
  26. ,{
  27. "path" : "pages/skip/skip",
  28. "style" :
  29. {
  30. // "navigationBarTitleText": "快捷跳转",
  31. "enablePullDownRefresh": false,
  32. "navigationStyle": "custom"
  33. }
  34. }
  35. ,{
  36. "path" : "pages/notice/notice",
  37. "style" :
  38. {
  39. // "navigationBarTitleText": "公告",
  40. "enablePullDownRefresh": false,
  41. "navigationStyle": "custom"
  42. }
  43. }
  44. ,{
  45. "path" : "pages/deal/productInfo",
  46. "style" :
  47. {
  48. "navigationBarTitleText": "",
  49. "enablePullDownRefresh": false,
  50. "navigationStyle": "custom"
  51. }
  52. }
  53. ,{
  54. "path" : "pages/test/test",
  55. "style" :
  56. {
  57. "navigationBarTitleText": "ceshi",
  58. "enablePullDownRefresh": false
  59. }
  60. }
  61. ,{
  62. "path" : "pages/deal/product_info",
  63. "style" :
  64. {
  65. "navigationBarTitleText": "",
  66. "enablePullDownRefresh": false,
  67. "navigationStyle": "custom"
  68. }
  69. }
  70. ],
  71. "tabBar": {
  72. "selectedColor": "#A5CF49",
  73. "color": "#999999",
  74. "borderStyle": "white",
  75. "backgroundColor": "#fff",
  76. "fontSize": "16px",
  77. "list": [
  78. {
  79. "pagePath": "pages/index/index_new",
  80. "text": "简图速览"
  81. // "selectedIconPath": "/static/icon/indexS@2x.png",
  82. // "iconPath": "/static/icon/index@2x.png"
  83. },
  84. {
  85. "pagePath": "pages/deal/deal",
  86. "text": "账号交易"
  87. // "selectedIconPath": "/static/icon/profileS@2x.png",
  88. // "iconPath": "/static/icon/profile@2x.png"
  89. },
  90. {
  91. "pagePath": "pages/skip/skip",
  92. "text": "快捷跳转"
  93. // "selectedIconPath": "/static/icon/profileS@2x.png",
  94. // "iconPath": "/static/icon/profile@2x.png"
  95. },
  96. {
  97. "pagePath": "pages/notice/notice",
  98. "text": "公告"
  99. // "selectedIconPath": "/static/icon/profileS@2x.png",
  100. // "iconPath": "/static/icon/profile@2x.png"
  101. }
  102. ]
  103. },
  104. "globalStyle": {
  105. "navigationBarTextStyle": "black",
  106. "navigationBarTitleText": "",
  107. "navigationBarBackgroundColor": "#FFFFFF",
  108. "backgroundColor": "#FFFFFF"
  109. },
  110. "uniIdRouter": {}
  111. }