pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/user/login",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "pageOrientation": "portrait",
  14. "disableScroll": true
  15. }
  16. },
  17. {
  18. "path": "pages/catalog/index",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "disableScroll": true
  22. }
  23. },
  24. {
  25. "path": "pages/card/index",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "disableScroll": true
  29. }
  30. },
  31. {
  32. "path": "pages/catalog/detail",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "disableScroll": true
  36. }
  37. },
  38. {
  39. "path": "pages/catalog/web-view",
  40. "style": {
  41. "navigationStyle": "custom",
  42. "disableScroll": true
  43. }
  44. },
  45. {
  46. "path": "pages/catalog/progress",
  47. "style": {
  48. "navigationStyle": "custom",
  49. "disableScroll": true
  50. }
  51. },
  52. {
  53. "path": "pages/user/info",
  54. "style": {
  55. "navigationStyle": "custom",
  56. "disableScroll": true
  57. }
  58. },
  59. {
  60. "path": "pages/chinese/index",
  61. "style": {
  62. "navigationStyle": "custom",
  63. "disableScroll": true
  64. }
  65. },
  66. {
  67. "path": "pages/math/index",
  68. "style": {
  69. "navigationStyle": "custom",
  70. "disableScroll": true
  71. }
  72. },
  73. {
  74. "path": "pages/english/index",
  75. "style": {
  76. "navigationStyle": "custom",
  77. "disableScroll": true
  78. }
  79. },
  80. {
  81. "path": "pages/english/detail",
  82. "style": {
  83. "navigationStyle": "custom",
  84. "disableScroll": true
  85. }
  86. },
  87. {
  88. "path": "pages/mix/index",
  89. "style": {
  90. "navigationStyle": "custom",
  91. "disableScroll": true
  92. }
  93. },
  94. {
  95. "path": "pages/game/index",
  96. "style": {
  97. "navigationStyle": "custom",
  98. "disableScroll": true
  99. }
  100. },
  101. {
  102. "path": "pages/game/detail",
  103. "style": {
  104. "navigationStyle": "custom",
  105. "disableScroll": true
  106. }
  107. },
  108. {
  109. "path": "pages/test/index",
  110. "style": {
  111. "navigationStyle": "custom",
  112. "disableScroll": true
  113. }
  114. },
  115. {
  116. "path": "pages/user/agreement",
  117. "style": {
  118. "pageOrientation": "portrait",
  119. "navigationStyle": "custom",
  120. "disableScroll": true
  121. }
  122. },
  123. {
  124. "path": "pages/user/privacy",
  125. "style": {
  126. "pageOrientation": "portrait",
  127. "navigationStyle": "custom",
  128. "disableScroll": true
  129. }
  130. }
  131. ],
  132. "globalStyle": {
  133. "navigationBarTitleText": "cool-unix",
  134. "navigationBarTextStyle": "@navTextStyle",
  135. "backgroundColorContent": "@bgContentColor",
  136. "backgroundColor": "@bgColor",
  137. "navigationBarBackgroundColor": "@navBgColor",
  138. "hideBottomNavigationIndicator": true,
  139. "pageOrientation": "landscape",
  140. "navigationStyle": "custom",
  141. "mp-weixin": {
  142. "style": "v2",
  143. "app-plus": {
  144. "safeArea": false
  145. }
  146. }
  147. },
  148. "uniIdRouter": {}
  149. }