pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. "iconPath": "static/tabbar/personal.png",
  41. "selectedIconPath": "static/tabbar/personalHL.png",
  42. "pagePath": "pages/mine/index",
  43. "text": "我的"
  44. }
  45. ]
  46. },
  47. "pages": [
  48. {
  49. "path": "pages/index/index",
  50. "type": "home",
  51. "style": {
  52. "navigationStyle": "custom",
  53. "navigationBarTitleText": "首页"
  54. }
  55. },
  56. {
  57. "path": "pages/about/about",
  58. "type": "page",
  59. "style": {
  60. "navigationBarTitleText": "关于",
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "pages/login/index",
  66. "type": "page",
  67. "style": {
  68. "navigationBarTitleText": "登录",
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "pages/mine/index",
  74. "type": "page",
  75. "style": {
  76. "navigationBarTitleText": "我的"
  77. }
  78. },
  79. {
  80. "path": "pages/mine/about/index",
  81. "type": "page",
  82. "style": {
  83. "navigationBarTitleText": "关于我们"
  84. }
  85. },
  86. {
  87. "path": "pages/mine/info/index",
  88. "type": "page",
  89. "style": {
  90. "navigationBarTitleText": "个人资料"
  91. }
  92. },
  93. {
  94. "path": "pages/mine/password/index",
  95. "type": "page",
  96. "style": {
  97. "navigationBarTitleText": "修改密码"
  98. }
  99. }
  100. ],
  101. "subPackages": []
  102. }