pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "unibest",
  5. "navigationBarBackgroundColor": "#f8f8f8",
  6. "navigationBarTextStyle": "black",
  7. "backgroundColor": "#FFFFFF"
  8. },
  9. "easycom": {
  10. "autoscan": true,
  11. "custom": {
  12. "^fg-(.*)": "@/components/fg-$1/fg-$1.vue",
  13. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
  14. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  15. }
  16. },
  17. "tabBar": {
  18. "color": "#999999",
  19. "selectedColor": "#e61b28",
  20. "backgroundColor": "#ffffff",
  21. "borderStyle": "#c1c1c1",
  22. "height": "50px",
  23. "fontSize": "10px",
  24. "iconWidth": "24px",
  25. "spacing": "3px",
  26. "list": [
  27. {
  28. "iconPath": "static/tabbar/home.png",
  29. "selectedIconPath": "static/tabbar/homeHL.png",
  30. "pagePath": "pages/index/index"
  31. },
  32. {
  33. "iconPath": "static/tabbar/income.png",
  34. "selectedIconPath": "static/tabbar/incomeHL.png",
  35. "pagePath": "pages/income/income"
  36. },
  37. {
  38. "iconPath": "static/tabbar/mine.png",
  39. "selectedIconPath": "static/tabbar/mineHL.png",
  40. "pagePath": "pages/mine/mine"
  41. }
  42. ]
  43. },
  44. "__esModule": true,
  45. "pages": [
  46. {
  47. "path": "pages/index/index",
  48. "type": "home",
  49. "layout": "tabbar",
  50. "style": {
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "pages/about/about",
  56. "type": "page",
  57. "layout": "tabbar",
  58. "style": {
  59. "navigationBarTitleText": "关于"
  60. }
  61. },
  62. {
  63. "path": "pages/about/alova",
  64. "type": "page",
  65. "layout": "default",
  66. "style": {
  67. "navigationBarTitleText": "Alova 请求演示"
  68. }
  69. },
  70. {
  71. "path": "pages/about/i18n",
  72. "type": "page",
  73. "style": {
  74. "navigationBarTitleText": "%app.name%"
  75. }
  76. },
  77. {
  78. "path": "pages/bestSellers/bestSellers",
  79. "type": "page",
  80. "layout": "default",
  81. "style": {
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "pages/income/income",
  87. "type": "page",
  88. "layout": "default",
  89. "style": {
  90. "navigationBarTitleText": "Revenue Center",
  91. "navigationBarBackgroundColor": "#fff"
  92. }
  93. },
  94. {
  95. "path": "pages/mine/mine",
  96. "type": "page",
  97. "layout": "default",
  98. "style": {
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/missionCenter/missionCenter",
  104. "type": "page",
  105. "layout": "default",
  106. "style": {
  107. "navigationBarTitleText": "Mission Center",
  108. "navigationBarBackgroundColor": "#fff"
  109. }
  110. },
  111. {
  112. "path": "pages/referEarn/referEarn",
  113. "type": "page",
  114. "layout": "default",
  115. "style": {
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/search/search",
  121. "type": "page",
  122. "layout": "default",
  123. "style": {
  124. "navigationStyle": "custom"
  125. }
  126. },
  127. {
  128. "path": "pages/vipMembership/vipMembership",
  129. "type": "page",
  130. "layout": "default",
  131. "style": {
  132. "navigationBarTitleText": "VIP Membership",
  133. "navigationBarBackgroundColor": "#FFFFFF"
  134. }
  135. }
  136. ],
  137. "subPackages": []
  138. }