pages.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "path": "pages/ad/index",
  19. "style": {
  20. "landscape": true
  21. }
  22. }
  23. ],
  24. "globalStyle": {
  25. "navigationBarTitleText": "喵缘礼堂",
  26. "pageOrientation": "portrait",
  27. "backgroundColor": "#F8F8F8",
  28. "backgroundColorTop": "#F4F5F6",
  29. "backgroundColorBottom": "#F4F5F6",
  30. "mp-360": {
  31. "navigationStyle": "custom"
  32. },
  33. "h5": {
  34. "maxWidth": 1190,
  35. "navigationBarTextStyle": "black",
  36. "navigationBarBackgroundColor": "#F1F1F1"
  37. }
  38. },
  39. "tabBar": {
  40. "color": "#909399",
  41. "selectedColor": "#67c23a",
  42. "borderStyle": "black",
  43. "backgroundColor": "#F8F8F8",
  44. "list": [
  45. {
  46. "pagePath": "pages/home/index",
  47. "text": "首页",
  48. "iconPath": "static/home.png",
  49. "selectedIconPath": "static/home-active.png"
  50. },
  51. {
  52. "pagePath": "pages/my/index",
  53. "text": "使用说明",
  54. "iconPath": "static/book.png",
  55. "selectedIconPath": "static/book-active.png"
  56. }
  57. // {
  58. // "pagePath": "pages/ad/index",
  59. // "text": "广告页",
  60. // "iconPath": "static/book.png",
  61. // "selectedIconPath": "static/book-active.png"
  62. // }
  63. ]
  64. }
  65. }