pages.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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": "#018d71",
  20. "backgroundColor": "#F8F8F8",
  21. "borderStyle": "black",
  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. "text": "首页",
  32. "icon": "home",
  33. "iconType": "uiLib"
  34. },
  35. {
  36. "iconPath": "static/tabbar/example.png",
  37. "selectedIconPath": "static/tabbar/exampleHL.png",
  38. "pagePath": "pages/about/about",
  39. "text": "关于",
  40. "icon": "i-carbon-code",
  41. "iconType": "unocss"
  42. }
  43. ]
  44. },
  45. "pages": [
  46. {
  47. "path": "pages/index/index",
  48. "type": "home",
  49. "layout": "tabbar",
  50. "style": {
  51. "navigationStyle": "custom",
  52. "navigationBarTitleText": "首页"
  53. }
  54. },
  55. {
  56. "path": "pages/about/about",
  57. "type": "page",
  58. "layout": "tabbar",
  59. "style": {
  60. "navigationBarTitleText": "关于"
  61. }
  62. }
  63. ],
  64. "subPackages": []
  65. }