pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. "custom": true,
  19. "color": "#999999",
  20. "selectedColor": "#018d71",
  21. "backgroundColor": "#F8F8F8",
  22. "borderStyle": "black",
  23. "height": "50px",
  24. "fontSize": "10px",
  25. "iconWidth": "24px",
  26. "spacing": "3px",
  27. "list": [
  28. {
  29. "text": "首页",
  30. "pagePath": "pages/index/index"
  31. },
  32. {
  33. "text": "关于",
  34. "pagePath": "pages/about/about"
  35. },
  36. {
  37. "text": "我的",
  38. "pagePath": "pages/me/me"
  39. }
  40. ]
  41. },
  42. "pages": [
  43. {
  44. "path": "pages/index/index",
  45. "type": "home",
  46. "style": {
  47. "navigationStyle": "custom",
  48. "navigationBarTitleText": "首页"
  49. }
  50. },
  51. {
  52. "path": "pages/about/about",
  53. "type": "page",
  54. "style": {
  55. "navigationBarTitleText": "关于"
  56. }
  57. },
  58. {
  59. "path": "pages/about/alova",
  60. "type": "page",
  61. "layout": "default",
  62. "style": {
  63. "navigationBarTitleText": "Alova 请求演示"
  64. }
  65. },
  66. {
  67. "path": "pages/about/vue-query",
  68. "type": "page",
  69. "layout": "default",
  70. "style": {
  71. "navigationBarTitleText": "Vue Query 请求演示"
  72. }
  73. },
  74. {
  75. "path": "pages/login/login",
  76. "type": "page",
  77. "layout": "default",
  78. "style": {
  79. "navigationBarTitleText": "登录"
  80. }
  81. },
  82. {
  83. "path": "pages/login/register",
  84. "type": "page",
  85. "layout": "default",
  86. "style": {
  87. "navigationBarTitleText": "注册"
  88. }
  89. },
  90. {
  91. "path": "pages/me/me",
  92. "type": "page",
  93. "style": {
  94. "navigationBarTitleText": "我的"
  95. }
  96. }
  97. ],
  98. "subPackages": [
  99. {
  100. "root": "pages-sub",
  101. "pages": [
  102. {
  103. "path": "demo/index",
  104. "type": "page",
  105. "layout": "default",
  106. "style": {
  107. "navigationBarTitleText": "分包页面"
  108. }
  109. }
  110. ]
  111. }
  112. ]
  113. }