pages.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
  13. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  14. }
  15. },
  16. "tabBar": {
  17. "color": "#999999",
  18. "selectedColor": "#018d71",
  19. "backgroundColor": "#F8F8F8",
  20. "borderStyle": "black",
  21. "height": "50px",
  22. "fontSize": "10px",
  23. "iconWidth": "24px",
  24. "spacing": "3px",
  25. "list": [
  26. {
  27. "iconPath": "static/tabbar/home.png",
  28. "selectedIconPath": "static/tabbar/homeHL.png",
  29. "pagePath": "pages/index/index",
  30. "text": "首页"
  31. },
  32. {
  33. "iconPath": "static/tabbar/example.png",
  34. "selectedIconPath": "static/tabbar/exampleHL.png",
  35. "pagePath": "pages/about/about",
  36. "text": "关于"
  37. }
  38. ]
  39. },
  40. "pages": [
  41. {
  42. "path": "pages/index/index",
  43. "type": "home",
  44. "style": {
  45. "navigationStyle": "custom",
  46. "navigationBarTitleText": "首页"
  47. }
  48. },
  49. {
  50. "path": "pages/about/about",
  51. "type": "page",
  52. "style": {
  53. "navigationBarTitleText": "关于"
  54. }
  55. }
  56. ],
  57. "subPackages": []
  58. }