pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. "pagePath": "pages/index/index",
  30. "text": "首页",
  31. "icon": "home",
  32. "iconType": "wot"
  33. },
  34. {
  35. "pagePath": "pages/about/about",
  36. "text": "关于",
  37. "icon": "i-carbon-code",
  38. "iconType": "unocss"
  39. },
  40. {
  41. "pagePath": "pages/mine/index",
  42. "text": "我的",
  43. "icon": "iconfont icon-my",
  44. "iconType": "iconfont"
  45. }
  46. ]
  47. },
  48. "pages": [
  49. {
  50. "path": "pages/index/index",
  51. "type": "home",
  52. "layout": "tabbar",
  53. "style": {
  54. "navigationStyle": "custom",
  55. "navigationBarTitleText": "首页"
  56. }
  57. },
  58. {
  59. "path": "pages/about/about",
  60. "type": "page",
  61. "layout": "tabbar",
  62. "style": {
  63. "navigationBarTitleText": "关于",
  64. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "pages/login/index",
  69. "type": "page",
  70. "style": {
  71. "navigationBarTitleText": "登录",
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/mine/index",
  77. "type": "page",
  78. "layout": "tabbar",
  79. "style": {
  80. "navigationBarTitleText": "我的"
  81. }
  82. },
  83. {
  84. "path": "pages/mine/about/index",
  85. "type": "page",
  86. "style": {
  87. "navigationBarTitleText": "关于我们"
  88. }
  89. },
  90. {
  91. "path": "pages/mine/info/index",
  92. "type": "page",
  93. "style": {
  94. "navigationBarTitleText": "个人资料"
  95. }
  96. },
  97. {
  98. "path": "pages/mine/password/index",
  99. "type": "page",
  100. "style": {
  101. "navigationBarTitleText": "修改密码"
  102. }
  103. }
  104. ],
  105. "subPackages": []
  106. }