pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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/income/income",
  79. "type": "page",
  80. "layout": "default",
  81. "style": {
  82. "navigationBarTitleText": "Revenue Center",
  83. "navigationBarBackgroundColor": "#fff"
  84. }
  85. },
  86. {
  87. "path": "pages/mine/mine",
  88. "type": "page",
  89. "layout": "default",
  90. "style": {
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/missionCenter/missionCenter",
  96. "type": "page"
  97. },
  98. {
  99. "path": "pages/search/search",
  100. "type": "page",
  101. "layout": "default",
  102. "style": {
  103. "navigationStyle": "custom"
  104. }
  105. }
  106. ],
  107. "subPackages": []
  108. }