pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },
  8. {
  9. "path": "pages/shop/index",
  10. "style": {
  11. "navigationBarTitleText": "商城"
  12. }
  13. },
  14. {
  15. "path": "pages/cart/cart",
  16. "style": {
  17. "navigationBarTitleText": "购物车"
  18. }
  19. },
  20. {
  21. "path": "pages/user/index",
  22. "style": {
  23. "navigationBarTitleText": "个人"
  24. }
  25. }
  26. ],
  27. "subPackages": [{
  28. "root": "pagesGood",
  29. "pages": [{
  30. "path": "goodDetails",
  31. "style": {
  32. "navigationBarTitleText": "商品详情"
  33. }
  34. }, {
  35. "path": "goodList",
  36. "style": {
  37. "navigationBarTitleText": "商品列表"
  38. }
  39. }, {
  40. "path": "shopDetails",
  41. "style": {
  42. "navigationBarTitleText": "商铺详情"
  43. }
  44. }]
  45. }],
  46. "globalStyle": {
  47. "navigationStyle": "default",
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "千家地",
  50. "navigationBarBackgroundColor": "#ffffff",
  51. "backgroundColor": "#F8F8F8"
  52. },
  53. "tabBar": {
  54. "borderStyle": "black",
  55. "backgroundColor": "#fff",
  56. "color": "#9A9A9A",
  57. "selectedColor": "#52A63A",
  58. "list": [{
  59. "pagePath": "pages/index/index",
  60. "iconPath": "static/images/caizhai.png",
  61. "selectedIconPath": "static/images/caizhai.png",
  62. "text": "首页"
  63. },{
  64. "pagePath": "pages/shop/index",
  65. "iconPath": "static/images/caizhai.png",
  66. "selectedIconPath": "static/images/caizhai.png",
  67. "text": "商城"
  68. },{
  69. "pagePath": "pages/cart/cart",
  70. "iconPath": "static/images/caizhai.png",
  71. "selectedIconPath": "static/images/caizhai.png",
  72. "text": "购物车"
  73. },{
  74. "pagePath": "pages/user/index",
  75. "iconPath": "static/images/caizhai.png",
  76. "selectedIconPath": "static/images/caizhai.png",
  77. "text": "个人"
  78. }
  79. ]
  80. }
  81. }