pages.json 858 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/shop/index",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. }
  15. ],
  16. "subPackages": [],
  17. "globalStyle": {
  18. "navigationBarTextStyle": "black",
  19. "navigationBarTitleText": "千家地",
  20. "navigationBarBackgroundColor": "#fff",
  21. "backgroundColor": "#F8F8F8"
  22. },
  23. "tabBar": {
  24. "borderStyle": "black",
  25. "backgroundColor": "#fff",
  26. "color": "#9A9A9A",
  27. "selectedColor": "#52A63A",
  28. "list": [{
  29. "pagePath": "pages/index/index",
  30. "iconPath": "static/images/caizhai.png",
  31. "selectedIconPath": "static/images/caizhai.png",
  32. "text": "首页"
  33. },{
  34. "pagePath": "pages/shop/index",
  35. "iconPath": "static/images/caizhai.png",
  36. "selectedIconPath": "static/images/caizhai.png",
  37. "text": "商城"
  38. }
  39. ]
  40. }
  41. }