pages.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "leftWindow": {},
  3. "topWindow": {},
  4. "pages": [
  5. {
  6. "path": "pages/home/index",
  7. "style": {
  8. "landscape": true
  9. }
  10. },
  11. {
  12. "path": "pages/my/index",
  13. "style": {
  14. "landscape": true
  15. }
  16. }
  17. ],
  18. "globalStyle": {
  19. "navigationBarTitleText": "喵缘礼堂",
  20. "pageOrientation": "portrait",
  21. "backgroundColor": "#F8F8F8",
  22. "backgroundColorTop": "#F4F5F6",
  23. "backgroundColorBottom": "#F4F5F6",
  24. "mp-360": {
  25. "navigationStyle": "custom"
  26. },
  27. "h5": {
  28. "maxWidth": 1190,
  29. "navigationBarTextStyle": "black",
  30. "navigationBarBackgroundColor": "#F1F1F1"
  31. }
  32. },
  33. "tabBar": {
  34. "color": "#909399",
  35. "selectedColor": "#67c23a",
  36. "borderStyle": "black",
  37. "backgroundColor": "#F8F8F8",
  38. "list": [
  39. {
  40. "pagePath": "pages/home/index",
  41. "text": "首页",
  42. "iconPath": "static/home.png",
  43. "selectedIconPath": "static/home-active.png"
  44. },
  45. {
  46. "pagePath": "pages/my/index",
  47. "text": "使用说明",
  48. "iconPath": "static/book.png",
  49. "selectedIconPath": "static/book-active.png"
  50. }
  51. ]
  52. }
  53. }