pages.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. },
  33. {
  34. "iconPath": "static/tabbar/example.png",
  35. "selectedIconPath": "static/tabbar/exampleHL.png",
  36. "pagePath": "pages/about/about",
  37. "text": "关于"
  38. }
  39. ]
  40. },
  41. "__esModule": true,
  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. "subPackages": []
  60. }