pages.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. "style": {
  62. "navigationBarTitleText": "Alova 演示"
  63. }
  64. },
  65. {
  66. "path": "pages/about/vue-query",
  67. "type": "page",
  68. "style": {
  69. "navigationBarTitleText": "Vue Query 演示"
  70. }
  71. },
  72. {
  73. "path": "pages/login/login",
  74. "type": "page",
  75. "style": {
  76. "navigationBarTitleText": "登录"
  77. }
  78. },
  79. {
  80. "path": "pages/login/register",
  81. "type": "page",
  82. "style": {
  83. "navigationBarTitleText": "注册"
  84. }
  85. },
  86. {
  87. "path": "pages/me/me",
  88. "type": "page",
  89. "style": {
  90. "navigationBarTitleText": "我的"
  91. }
  92. }
  93. ],
  94. "subPackages": [
  95. {
  96. "root": "pages-sub",
  97. "pages": [
  98. {
  99. "path": "demo/index",
  100. "type": "page",
  101. "style": {
  102. "navigationBarTitleText": "分包页面"
  103. }
  104. }
  105. ]
  106. }
  107. ]
  108. }