index.json 802 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "code": 200,
  3. "msg": "成功",
  4. "data": {
  5. "theme": {
  6. "brandColor": "#007bff"
  7. },
  8. "logo": "static/logo.png",
  9. "tabBar": {
  10. "color": "#999999",
  11. "selectedColor": "#fc4700",
  12. "list": [
  13. {
  14. "pagePath": "/home",
  15. "text": "首页",
  16. "iconPath": "static/tabbar/home.png",
  17. "selectedIconPath": "tabbar/home_on.png"
  18. },
  19. {
  20. "pagePath": "/service",
  21. "text": "服务",
  22. "iconPath": "static/tabbar/service.png",
  23. "selectedIconPath": "static/tabbar/service_on.png"
  24. },
  25. {
  26. "pagePath": "/mine",
  27. "text": "我的",
  28. "iconPath": "static/tabbar/mine.png",
  29. "selectedIconPath": "static/tabbar/mine_on.png"
  30. }
  31. ]
  32. }
  33. }
  34. }