pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/login/index",
  6. "style": {
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/chanpinXuanze/index",
  12. "style": {
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/chanpinneirong/index",
  18. "style": {
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/game/index",
  24. "style": {
  25. "navigationStyle": "custom",
  26. "app-plus": {
  27. "animationType": "none"
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/chanpinMy/my",
  33. "style": {
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/login/login",
  39. "style": {
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "pages/selectGradesTerms/index",
  45. "style": {
  46. "navigationBarTitleText": "选择学科和年纪",
  47. "navigationStyle": "custom",
  48. "app-plus": {
  49. "animationType": "none"
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/zhuanti/index",
  55. "style": {
  56. "navigationBarTitleText": "专题",
  57. "navigationStyle": "custom"
  58. }
  59. },
  60. {
  61. "path": "pages/zhuanti/zhuantiInfo",
  62. "style": {
  63. "navigationBarTitleText": "专题",
  64. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "pages/study/index",
  69. "style": {
  70. "navigationBarTitleText": "学习",
  71. "navigationStyle": "custom"
  72. }
  73. },
  74. {
  75. "path": "pages/study/lookShipin",
  76. "style": {
  77. "navigationBarTitleText": "视频",
  78. "navigationStyle": "custom"
  79. }
  80. }, {
  81. "path": "pages/study/lookShipinNew",
  82. "style": {
  83. "navigationBarTitleText": "视频",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/my/index",
  89. "style": {
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/my/aboutPage",
  95. "style": {
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "pages/my/sxtkPage",
  101. "style": {
  102. "navigationStyle": "custom"
  103. }
  104. }, {
  105. "path": "pages/my/xuexiJilu",
  106. "style": {
  107. "navigationStyle": "custom"
  108. }
  109. }, {
  110. "path": "pages/my/xuexishichang",
  111. "style": {
  112. "navigationStyle": "custom"
  113. }
  114. }, {
  115. "path": "pages/my/yingyongshezhi",
  116. "style": {
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "pages/unitTest/index",
  122. "style": {
  123. "navigationBarTitleText": "单元测试",
  124. "navigationStyle": "custom",
  125. "app-plus": {
  126. "softinputMode": "adjustResize",
  127. "softinputNavBar": "none"
  128. }
  129. }
  130. },
  131. {
  132. "path": "pages/pay/svip",
  133. "style": {
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "pages/pay/order",
  139. "style": {
  140. "navigationStyle": "custom"
  141. }
  142. },
  143. {
  144. "path": "pages/pay/orderPay",
  145. "style": {
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "pages/wrong/index",
  151. "style": {
  152. "navigationStyle": "custom"
  153. }
  154. },
  155. {
  156. "path": "pages/mall/mallPage",
  157. "style": {
  158. "navigationStyle": "custom"
  159. }
  160. },
  161. {
  162. "path": "pages/chanpinXuanze/banben",
  163. "style": {
  164. "navigationStyle": "custom"
  165. }
  166. },
  167. {
  168. "path": "pages/xinshuxue/unitTest",
  169. "style": {
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path": "pages/chanpinMy/myInfo",
  175. "style": {
  176. "navigationStyle": "custom"
  177. }
  178. },
  179. {
  180. "path": "pages/chanpinMy/aboutPage",
  181. "style": {
  182. "navigationStyle": "custom"
  183. }
  184. },
  185. {
  186. "path": "pages/xinshuxue/lookShipin",
  187. "style": {
  188. "navigationStyle": "custom"
  189. }
  190. },
  191. {
  192. "path" : "pages/chanpinMy/yinsizhengce",
  193. "style" :
  194. {
  195. "navigationStyle": "custom"
  196. }
  197. }
  198. ],
  199. "tabBar": {
  200. "custom": true,
  201. "list": [{
  202. "pagePath": "pages/chanpinXuanze/index"
  203. },
  204. {
  205. "pagePath": "pages/chanpinneirong/index"
  206. },
  207. {
  208. "pagePath": "pages/game/index"
  209. },
  210. {
  211. "pagePath": "pages/chanpinMy/my"
  212. }
  213. ]
  214. },
  215. "globalStyle": {
  216. "navigationBarTextStyle": "black",
  217. "navigationBarTitleText": "鹅状元",
  218. "navigationBarBackgroundColor": "#F8F8F8",
  219. "backgroundColor": "#F8F8F8",
  220. // "animationType": "none",
  221. //"animationDuration": "0",
  222. //禁止滑动返回
  223. "app-plus": {
  224. // "popGesture": "none"
  225. }
  226. /* "app-plus": {
  227. "background": "#efeff4"
  228. } */
  229. },
  230. "uniIdRouter": {},
  231. "condition": { //模式配置,仅开发期间生效
  232. "current": 0, //当前激活的模式(list 的索引项)
  233. "list": [{
  234. "name": "login", //模式名称
  235. "path": "pages/login/index", //启动页面,必选
  236. "query": "" //启动参数,在页面的onLoad函数里面得到
  237. }]
  238. }
  239. }