pages.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/policy",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/my/viewHistorys",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/my/index",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/my/record",
  29. "style": {
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/my/vip",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/my/myCollect",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/play/play",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/serach/serach",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/ranking/index",
  59. "style": {
  60. "navigationStyle": "custom"
  61. }
  62. }
  63. ],
  64. "globalStyle": {
  65. "navigationBarTextStyle": "black",
  66. "navigationBarTitleText": "看电影",
  67. "navigationBarBackgroundColor": "#F8F8F8",
  68. "backgroundColor": "#eef4fc",
  69. "pageOrientation": "auto"
  70. },
  71. "uniIdRouter": {},
  72. "tabBar": {
  73. "selectedColor": "#1DBC46",
  74. "borderStyle": "white",
  75. "backgroundColor": "#fff",
  76. "color": "#A1A1A1",
  77. "list": [
  78. {
  79. "pagePath": "pages/index/index",
  80. "text": "首页",
  81. "iconPath": "https://intoystox.com/Movie/static/tabBar/icon-home.png",
  82. "selectedIconPath": "https://intoystox.com/Movie/static/tabBar/icon-home-active.png"
  83. },
  84. {
  85. "pagePath": "pages/ranking/index",
  86. "text": "排行",
  87. "iconPath": "https://intoystox.com/Movie/static/tabBar/icon-ranking.png",
  88. "selectedIconPath": "https://intoystox.com/Movie/static/tabBar/icon-ranking-active.png"
  89. },
  90. {
  91. "pagePath": "pages/my/index",
  92. "text": "我的",
  93. "iconPath": "https://intoystox.com/Movie/static/tabBar/icon-my.png",
  94. "selectedIconPath": "https://intoystox.com/Movie/static/tabBar/icon-my-active.png"
  95. }
  96. ]
  97. },
  98. "easycom": {
  99. "custom": {
  100. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  101. }
  102. }
  103. }