pages.json 889 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "OhPlay"
  7. }
  8. },
  9. {
  10. "path": "pages/mine/mine",
  11. "style": {
  12. "navigationBarTitleText": "OhPlay"
  13. }
  14. }
  15. ],
  16. "globalStyle": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarTitleText": "uni-app",
  19. "navigationBarBackgroundColor": "#F8F8F8",
  20. "backgroundColor": "#F8F8F8"
  21. },
  22. "tabBar": {
  23. "color": "#7A7E83",
  24. "selectedColor": "#3cc51f",
  25. "borderStyle": "black",
  26. "backgroundColor": "#ffffff",
  27. "list": [{
  28. "pagePath": "pages/index/index",
  29. "iconPath": "static/image/iot.png",
  30. "selectedIconPath": "static/image/iot_org.png",
  31. "text": "首页"
  32. }, {
  33. "pagePath": "pages/mine/mine",
  34. "iconPath": "static/image/mine.png",
  35. "selectedIconPath": "static/image/mine_pressed.png",
  36. "text": "我的"
  37. }]
  38. }
  39. }