pages.json 1017 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "path": "pages/login/login"
  17. }
  18. ],
  19. "globalStyle": {
  20. "navigationBarTextStyle": "black",
  21. "navigationBarTitleText": "uni-app",
  22. "navigationBarBackgroundColor": "#F8F8F8",
  23. "backgroundColor": "#F8F8F8"
  24. },
  25. "tabBar": {
  26. "color": "#7A7E83",
  27. "selectedColor": "#3cc51f",
  28. "borderStyle": "black",
  29. "backgroundColor": "#ffffff",
  30. "list": [
  31. {
  32. "pagePath": "pages/index/index",
  33. "iconPath": "static/image/iot.png",
  34. "selectedIconPath": "static/image/iot_org.png",
  35. "text": "首页"
  36. },
  37. {
  38. "pagePath": "pages/mine/mine",
  39. "iconPath": "static/image/mine.png",
  40. "selectedIconPath": "static/image/mine_pressed.png",
  41. "text": "我的"
  42. }
  43. ]
  44. },
  45. "condition": {
  46. "current": 0,
  47. "list": [
  48. {
  49. "name": "登录组件",
  50. "path": "pages/login/login"
  51. }
  52. ]
  53. }
  54. }