pages.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "subPackages": [{
  22. "root": "pagesGood",
  23. "pages": [{
  24. "path": "goodDetails",
  25. "style": {
  26. "navigationBarTitleText": "商品详情"
  27. }
  28. }, {
  29. "path": "goodList",
  30. "style": {
  31. "navigationBarTitleText": "商品列表"
  32. }
  33. }, {
  34. "path": "shopDetails",
  35. "style": {
  36. "navigationBarTitleText": "商铺详情"
  37. }
  38. }]
  39. }],
  40. "globalStyle": {
  41. "navigationStyle": "default",
  42. "navigationBarTextStyle": "black",
  43. "navigationBarTitleText": "千家地",
  44. "navigationBarBackgroundColor": "#ffffff",
  45. "backgroundColor": "#F8F8F8"
  46. },
  47. "tabBar": {
  48. "borderStyle": "black",
  49. "backgroundColor": "#fff",
  50. "color": "#9A9A9A",
  51. "selectedColor": "#52A63A",
  52. "list": [{
  53. "pagePath": "pages/index/index",
  54. "iconPath": "static/images/caizhai.png",
  55. "selectedIconPath": "static/images/caizhai.png",
  56. "text": "首页"
  57. }, {
  58. "pagePath": "pages/shop/index",
  59. "iconPath": "static/images/caizhai.png",
  60. "selectedIconPath": "static/images/caizhai.png",
  61. "text": "商城"
  62. }, {
  63. "pagePath": "pages/cart/cart",
  64. "iconPath": "static/images/caizhai.png",
  65. "selectedIconPath": "static/images/caizhai.png",
  66. "text": "购物车"
  67. }]
  68. }
  69. }