You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

174 lines
3.4 KiB

1 month ago
  1. {
  2. "pages": [{
  3. "path": "pages/start/startup/startup",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "navigationStyle": "custom",
  7. "navigationBarBackgroundColor": "#000000",
  8. "navigationBarTextStyle": "white",
  9. "disableSwipeBack": true,
  10. "titleNView": false,
  11. "bounce": false
  12. }
  13. },
  14. {
  15. "path": "pages/start/select/select",
  16. "style": {
  17. "navigationBarBackgroundColor": "#000000",
  18. "navigationBarTitleText": "",
  19. "animationType": "pop-in",
  20. "navigationStyle": "custom",
  21. "disableSwipeBack": true,
  22. "titleNView": false,
  23. "bounce": false
  24. }
  25. },
  26. {
  27. "path": "pages/start/index/index",
  28. "style": {
  29. "navigationStyle": "custom",
  30. "navigationBarTitleText": "uni-app",
  31. "disableSwipeBack": true,
  32. "titleNView": false,
  33. "bounce": false
  34. }
  35. },
  36. {
  37. "path": "pages/start/Registration/Registration",
  38. "style": {
  39. "navigationBarTitleText": "",
  40. "navigationStyle": "custom",
  41. "disableSwipeBack": true,
  42. "titleNView": false,
  43. "bounce": false
  44. }
  45. },
  46. {
  47. "path": "pages/start/login/login",
  48. "style": {
  49. "navigationBarTitleText": "",
  50. "navigationStyle": "custom",
  51. "disableSwipeBack": true,
  52. "titleNView": false,
  53. "bounce": false
  54. }
  55. },
  56. {
  57. "path": "pages/start/agreement/agreement",
  58. "style": {
  59. "navigationBarTitleText": "",
  60. "disableSwipeBack": true,
  61. "titleNView": false,
  62. "bounce": false
  63. }
  64. },
  65. {
  66. "path": "pages/start/privacy/privacy",
  67. "style": {
  68. "navigationBarTitleText": "",
  69. "disableSwipeBack": true,
  70. "titleNView": false,
  71. "bounce": false
  72. }
  73. },
  74. {
  75. "path": "pages/deepMate/deepMate",
  76. "style": {
  77. "navigationBarTitleText": "",
  78. "navigationStyle": "custom",
  79. "disableSwipeBack": true,
  80. "titleNView": false,
  81. "bounce": false
  82. }
  83. },
  84. {
  85. "path": "pages/home/home",
  86. "style": {
  87. "navigationStyle": "custom",
  88. "disableSwipeBack": true,
  89. "titleNView": false,
  90. "bounce": false
  91. }
  92. },
  93. {
  94. "path": "pages/home/marketSituation",
  95. "style": {
  96. "navigationStyle": "custom",
  97. "disableSwipeBack": true,
  98. "titleNView": false,
  99. "bounce": false
  100. }
  101. },
  102. {
  103. "path": "pages/home/deepMate",
  104. "style": {
  105. "navigationStyle": "custom",
  106. "disableSwipeBack": true,
  107. "titleNView": false,
  108. "bounce": false
  109. }
  110. },
  111. {
  112. "path": "pages/home/deepExploration",
  113. "style": {
  114. "navigationStyle": "custom",
  115. "disableSwipeBack": true,
  116. "titleNView": false,
  117. "bounce": false
  118. }
  119. },
  120. {
  121. "path": "pages/home/member",
  122. "style": {
  123. "navigationStyle": "custom",
  124. "disableSwipeBack": true,
  125. "titleNView": false,
  126. "bounce": false
  127. }
  128. },
  129. {
  130. "path": "pages/blank/blank",
  131. "style": {
  132. "navigationBarTitleText": "",
  133. "navigationStyle": "custom",
  134. "disableSwipeBack": true,
  135. "titleNView": false,
  136. "bounce": false
  137. }
  138. },
  139. {
  140. "path" : "pages/start/recoverPassword/recoverPassword",
  141. "style" :
  142. {
  143. "navigationBarTitleText": "",
  144. "navigationStyle": "custom",
  145. "titleNView": false
  146. }
  147. },
  148. {
  149. "path" : "pages/deepMate/scroll/scroll",
  150. "style" :
  151. {
  152. "navigationBarTitleText" : ""
  153. }
  154. }
  155. ],
  156. "globalStyle": {
  157. "navigationBarTextStyle": "black",
  158. "navigationBarTitleText": "uni-app",
  159. "navigationBarBackgroundColor": "#F8F8F8",
  160. "backgroundColor": "#F8F8F8",
  161. "app-plus": {
  162. "background": "#efeff4"
  163. }
  164. },
  165. "style": {
  166. "app-plus": {
  167. "animationType": "fade-in",
  168. "animationDuration": 500
  169. }
  170. }
  171. }