pagesMember.json 1005 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // 用户端小程序配置
  2. {
  3. "globalStyle": {
  4. "navigationBarTextStyle": "white",
  5. "navigationBarTitleText": "快来优",
  6. "navigationBarBackgroundColor": "#00c7b2"
  7. },
  8. "tabBar": {
  9. "color": "#989898",
  10. "selectedColor": "#01757F",
  11. "borderStyle": "black",
  12. "position": "bottom",
  13. "list": [{
  14. "pagePath": "pages/index/index",
  15. "iconPath": "static/images/index.png",
  16. "selectedIconPath": "static/images/index_focus.png",
  17. "text": "主页"
  18. },
  19. {
  20. "pagePath": "pages/message/index",
  21. "iconPath": "static/images/message.png",
  22. "selectedIconPath": "static/images/message_focus.png",
  23. "text": "消息"
  24. },
  25. {
  26. "pagePath": "pages/activity/index",
  27. "iconPath": "static/images/activity.png",
  28. "selectedIconPath": "static/images/activity_focus.png",
  29. "text": "活动"
  30. },
  31. {
  32. "pagePath": "pages/personal/index",
  33. "iconPath": "static/images/personal.png",
  34. "selectedIconPath": "static/images/personal_focus.png",
  35. "text": "我的"
  36. }
  37. ]
  38. }
  39. }