pages.json 2.4 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. "iconType": "uniUi",
  32. "icon": "home"
  33. },
  34. {
  35. "text": "关于",
  36. "pagePath": "pages/about/about",
  37. "iconType": "unocss",
  38. "icon": "i-carbon-code"
  39. }
  40. ]
  41. },
  42. "pages": [
  43. {
  44. "path": "pages/index/index",
  45. "type": "home",
  46. "layout": "tabbar",
  47. "style": {
  48. "navigationStyle": "custom",
  49. "navigationBarTitleText": "首页"
  50. }
  51. },
  52. {
  53. "path": "pages/about/about",
  54. "type": "page",
  55. "layout": "tabbar",
  56. "style": {
  57. "navigationBarTitleText": "关于"
  58. }
  59. },
  60. {
  61. "path": "pages/about/alova",
  62. "type": "page",
  63. "layout": "default",
  64. "style": {
  65. "navigationBarTitleText": "Alova 请求演示"
  66. }
  67. },
  68. {
  69. "path": "pages/about/vue-query",
  70. "type": "page",
  71. "layout": "default",
  72. "style": {
  73. "navigationBarTitleText": "Vue Query 请求演示"
  74. }
  75. },
  76. {
  77. "path": "pages/login/login",
  78. "type": "page",
  79. "layout": "default",
  80. "style": {
  81. "navigationBarTitleText": "登录"
  82. }
  83. },
  84. {
  85. "path": "pages/login/register",
  86. "type": "page",
  87. "layout": "default",
  88. "style": {
  89. "navigationBarTitleText": "注册"
  90. }
  91. }
  92. ],
  93. "subPackages": [
  94. {
  95. "root": "pages-sub",
  96. "pages": [
  97. {
  98. "path": "demo/index",
  99. "type": "page",
  100. "layout": "default",
  101. "style": {
  102. "navigationBarTitleText": "分包页面"
  103. }
  104. }
  105. ]
  106. }
  107. ]
  108. }