app.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "pages": [
  3. "pages/server/server",
  4. "pages/home/home",
  5. "pages/manage/manage",
  6. "pages/service/service",
  7. "pages/message/message",
  8. "pages/vant/vant"
  9. ],
  10. "window": {
  11. "backgroundTextStyle": "light",
  12. "navigationBarBackgroundColor": "#fff",
  13. "navigationBarTitleText": "WeChat",
  14. "navigationBarTextStyle": "black"
  15. },
  16. "tabBar": {
  17. "selectedColor": "#353535",
  18. "list": [
  19. {
  20. "pagePath": "pages/server/server",
  21. "text": "预约",
  22. "iconPath": "images/timeline.png",
  23. "selectedIconPath": "images/timeline_s.png"
  24. },
  25. {
  26. "pagePath": "pages/home/home",
  27. "text": "我的",
  28. "iconPath": "images/home.png",
  29. "selectedIconPath": "images/home_s.png"
  30. },
  31. {
  32. "pagePath": "pages/manage/manage",
  33. "text": "管理",
  34. "iconPath": "images/settings.png",
  35. "selectedIconPath": "images/settings_s.png"
  36. }
  37. ]
  38. }
  39. }