pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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/user/info",
  47. "style": {
  48. "navigationStyle": "custom",
  49. "disableScroll": true
  50. }
  51. },
  52. {
  53. "path": "pages/chinese/index",
  54. "style": {
  55. "navigationStyle": "custom",
  56. "disableScroll": true
  57. }
  58. },
  59. {
  60. "path": "pages/english/index",
  61. "style": {
  62. "navigationStyle": "custom",
  63. "disableScroll": true
  64. }
  65. },
  66. {
  67. "path": "pages/english/detail",
  68. "style": {
  69. "navigationStyle": "custom",
  70. "disableScroll": true
  71. }
  72. },
  73. {
  74. "path": "pages/mix/index",
  75. "style": {
  76. "navigationStyle": "custom",
  77. "disableScroll": true
  78. }
  79. },
  80. {
  81. "path": "pages/game/index",
  82. "style": {
  83. "navigationStyle": "custom",
  84. "disableScroll": true
  85. }
  86. },
  87. {
  88. "path": "pages/game/detail",
  89. "style": {
  90. "navigationStyle": "custom",
  91. "disableScroll": true
  92. }
  93. },
  94. {
  95. "path": "pages/test/index",
  96. "style": {
  97. "navigationStyle": "custom",
  98. "disableScroll": true
  99. }
  100. },
  101. {
  102. "path": "pages/user/agreement",
  103. "style": {
  104. "pageOrientation": "portrait",
  105. "navigationStyle": "custom",
  106. "disableScroll": true
  107. }
  108. },
  109. {
  110. "path": "pages/user/privacy",
  111. "style": {
  112. "pageOrientation": "portrait",
  113. "navigationStyle": "custom",
  114. "disableScroll": true
  115. }
  116. }
  117. ],
  118. "globalStyle": {
  119. "navigationBarTitleText": "cool-unix",
  120. "navigationBarTextStyle": "@navTextStyle",
  121. "backgroundColorContent": "@bgContentColor",
  122. "backgroundColor": "@bgColor",
  123. "navigationBarBackgroundColor": "@navBgColor",
  124. "hideBottomNavigationIndicator": true,
  125. "pageOrientation": "landscape",
  126. "navigationStyle": "custom",
  127. "mp-weixin": {
  128. "style": "v2",
  129. "app-plus": {
  130. "safeArea": false
  131. }
  132. }
  133. },
  134. "uniIdRouter": {}
  135. }