pages.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "path": "orderPay",
  46. "style": {
  47. "navigationBarTitleText": "填写订单"
  48. }
  49. }, {
  50. "path": "videoList",
  51. "style": {
  52. "navigationBarTitleText": "直播大厅"
  53. }
  54. }]
  55. },{ "root": "pagesOrder", "pages": [{ "path": "index", "style": { "navigationBarTitleText": "我的订单" } }] }],
  56. "globalStyle": {
  57. "navigationStyle": "default",
  58. "navigationBarTextStyle": "black",
  59. "navigationBarTitleText": "千家地",
  60. "navigationBarBackgroundColor": "#ffffff",
  61. "backgroundColor": "#F8F8F8"
  62. },
  63. "tabBar": {
  64. "borderStyle": "black",
  65. "backgroundColor": "#fff",
  66. "color": "#9A9A9A",
  67. "selectedColor": "#52A63A",
  68. "list": [{
  69. "pagePath": "pages/index/index",
  70. "iconPath": "static/images/icon-index.png",
  71. "selectedIconPath": "static/images/icon-index-active.png",
  72. "text": "首页"
  73. },{
  74. "pagePath": "pages/shop/index",
  75. "iconPath": "static/images/icon-shop.png",
  76. "selectedIconPath": "static/images/icon-shop-active.png",
  77. "text": "商城"
  78. },{
  79. "pagePath": "pages/cart/cart",
  80. "iconPath": "static/images/icon-cart.png",
  81. "selectedIconPath": "static/images/icon-cart-active.png",
  82. "text": "购物车"
  83. },{
  84. "pagePath": "pages/user/index",
  85. "iconPath": "static/images/icon-mine.png",
  86. "selectedIconPath": "static/images/icon-mine-active.png",
  87. "text": "个人"
  88. }
  89. ]
  90. }
  91. }