pages.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. "globalStyle": {
  103. "navigationBarTitleText": "cool-unix",
  104. "navigationBarTextStyle": "@navTextStyle",
  105. "backgroundColorContent": "@bgContentColor",
  106. "backgroundColor": "@bgColor",
  107. "navigationBarBackgroundColor": "@navBgColor",
  108. "pageOrientation": "landscape",
  109. "navigationStyle": "custom"
  110. },
  111. "uniIdRouter": {}
  112. }