pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "达州农机优惠劵",
  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/personal.png",
  34. "selectedIconPath": "static/tabbar/personalHL.png",
  35. "pagePath": "pages/mine/index",
  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/form/form",
  51. "type": "page",
  52. "style": {
  53. "navigationBarTitleText": "优惠劵申请"
  54. }
  55. },
  56. {
  57. "path": "pages/mine/index",
  58. "type": "page",
  59. "style": {
  60. "navigationBarTitleText": "我的"
  61. }
  62. }
  63. ],
  64. "subPackages": [
  65. {
  66. "root": "pages-sub",
  67. "pages": [
  68. {
  69. "path": "auth/index",
  70. "type": "page",
  71. "layout": "default",
  72. "style": {
  73. "navigationBarTitleText": "登录"
  74. }
  75. },
  76. {
  77. "path": "user/index",
  78. "type": "page",
  79. "layout": "default",
  80. "style": {
  81. "navigationBarTitleText": "我的资料"
  82. }
  83. }
  84. ]
  85. }
  86. ]
  87. }