pages.json 4.8 KB

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