pages.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "中正云学堂",
  7. "onReachBottomDistance": 50,
  8. "app-plus": {
  9. "titleNView": false //禁用原生导航栏
  10. },
  11. "navigationStyle": "custom", // 隐藏系统导航栏
  12. "navigationBarTextStyle": "white"
  13. }
  14. }, {
  15. "path": "pages/wd/index",
  16. "style": {
  17. "navigationBarTitleText": "我的",
  18. "app-plus": {
  19. "titleNView": false //禁用原生导航栏
  20. }
  21. }
  22. }, {
  23. "path": "pages/login/login",
  24. "style": {
  25. "navigationBarTitleText": "登录页",
  26. "navigationBarBackgroundColor": "#0386FD",
  27. "navigationBarTextStyle": "white",
  28. "navigationStyle": "custom", // 隐藏系统导航栏
  29. "app-plus": {
  30. "titleNView": false, //禁用原生导航栏
  31. "bounce": "none"
  32. }
  33. }
  34. }
  35. ],
  36. "subPackages": [{
  37. "root": "pages2",
  38. "pages": [{
  39. "path": "plan/detail",
  40. "style": {
  41. "navigationBarTitleText": "学习计划",
  42. "app-plus": {
  43. "titleNView": false, //禁用原生导航栏
  44. "bounce": "none"
  45. }
  46. }
  47. },
  48. {
  49. "path": "plan/create",
  50. "style": {
  51. "navigationBarTitleText": "创建计划",
  52. "app-plus": {
  53. "titleNView": false, //禁用原生导航栏
  54. "bounce": "none"
  55. }
  56. }
  57. },{
  58. "path": "index/search",
  59. "style": {
  60. "navigationBarTitleText": "搜索",
  61. "app-plus": {
  62. "titleNView": false, //禁用原生导航栏
  63. "bounce": "none"
  64. }
  65. }
  66. }, {
  67. "path": "course/detail",
  68. "style": {
  69. "navigationBarTitleText": "课程详情",
  70. "app-plus": {
  71. "titleNView": false //禁用原生导航栏
  72. },
  73. "mp-weixin": {
  74. "usingComponents": {
  75. "polyv-player": "plugin://polyv-player/player"
  76. }
  77. }
  78. }
  79. }, {
  80. "path": "wd/info",
  81. "style": {
  82. "navigationBarTitleText": "基本信息",
  83. "app-plus": {
  84. "titleNView": false, //禁用原生导航栏
  85. "bounce": "none"
  86. }
  87. }
  88. }, {
  89. "path": "wd/menu",
  90. "style": {
  91. "navigationBarTitleText": "基本资料",
  92. "app-plus": {
  93. "titleNView": false, //禁用原生导航栏
  94. "bounce": "none"
  95. }
  96. }
  97. }, {
  98. "path": "wd/edu_info",
  99. "style": {
  100. "navigationBarTitleText": "教育信息",
  101. "app-plus": {
  102. "titleNView": false, //禁用原生导航栏
  103. "bounce": "none"
  104. }
  105. }
  106. }, {
  107. "path": "study/index",
  108. "style": {
  109. "navigationBarTitleText": "我的学习",
  110. "app-plus": {
  111. "titleNView": false, //禁用原生导航栏
  112. "bounce": "none"
  113. }
  114. }
  115. }, {
  116. "path": "wd/collect",
  117. "style": {
  118. "navigationBarTitleText": "我的收藏",
  119. "app-plus": {
  120. "titleNView": false, //禁用原生导航栏
  121. "bounce": "none"
  122. }
  123. }
  124. }, {
  125. "path": "wd/ranking",
  126. "style": {
  127. "navigationBarTitleText": "排行榜",
  128. "navigationBarBackgroundColor": "#0386FD",
  129. "navigationBarTextStyle": "white",
  130. "app-plus": {
  131. "titleNView": false, //禁用原生导航栏
  132. "bounce": "none"
  133. }
  134. }
  135. }, {
  136. "path": "wd/avatar",
  137. "style": {
  138. "navigationBarTitleText": "头像昵称",
  139. "app-plus": {
  140. "titleNView": false, //禁用原生导航栏
  141. "bounce": "none"
  142. }
  143. }
  144. }, {
  145. "path": "wd/level",
  146. "style": {
  147. "navigationBarTitleText": "我的等级",
  148. "app-plus": {
  149. "titleNView": false, //禁用原生导航栏
  150. "bounce": "none"
  151. }
  152. }
  153. }, {
  154. "path": "wd/help",
  155. "style": {
  156. "navigationBarTitleText": "助学活动",
  157. "navigationBarTextStyle": "white",
  158. "navigationStyle": "custom", // 隐藏系统导航栏
  159. "app-plus": {
  160. "titleNView": false, //禁用原生导航栏
  161. "bounce": "none"
  162. }
  163. }
  164. }, {
  165. "path": "wd/coupon",
  166. "style": {
  167. "navigationBarTitleText": "优惠券",
  168. "app-plus": {
  169. "titleNView": false, //禁用原生导航栏
  170. "bounce": "none"
  171. }
  172. }
  173. }, {
  174. "path": "course/keynote",
  175. "style": {
  176. "navigationBarTitleText": "重点考点详情",
  177. "app-plus": {
  178. "titleNView": false, //禁用原生导航栏
  179. "bounce": "none"
  180. }
  181. }
  182. }, {
  183. "path": "course/read",
  184. "style": {
  185. "navigationBarTitleText": "阅读",
  186. "app-plus": {
  187. "titleNView": false, //禁用原生导航栏
  188. "bounce": "none"
  189. }
  190. }
  191. }, {
  192. "path": "bank/detail",
  193. "style": {
  194. "navigationBarTitleText": "题库详情",
  195. "app-plus": {
  196. "titleNView": false, //禁用原生导航栏
  197. "bounce": "none"
  198. }
  199. }
  200. }, {
  201. "path": "bank/question",
  202. "style": {
  203. "navigationBarTitleText": "题目集",
  204. "app-plus": {
  205. "titleNView": false, //禁用原生导航栏
  206. "bounce": "none"
  207. }
  208. }
  209. },{
  210. "path": "bank/Parsing",
  211. "style": {
  212. "navigationBarTitleText": "题目解析",
  213. "app-plus": {
  214. "titleNView": false, //禁用原生导航栏
  215. "bounce": "none"
  216. }
  217. }
  218. },{
  219. "path": "bank/endBG",
  220. "style": {
  221. "navigationBarTitleText": "答题报告",
  222. "app-plus": {
  223. "titleNView": false, //禁用原生导航栏
  224. "bounce": "none"
  225. }
  226. }
  227. }, {
  228. "path": "wd/enroll",
  229. "style": {
  230. "navigationBarTitleText": "考试报名",
  231. "app-plus": {
  232. "titleNView": false, //禁用原生导航栏
  233. "bounce": "none"
  234. }
  235. }
  236. }, {
  237. "path": "plan/edit",
  238. "style": {
  239. "navigationBarTitleText": "修改计划",
  240. "app-plus": {
  241. "titleNView": false, //禁用原生导航栏
  242. "bounce": "none"
  243. }
  244. }
  245. },{
  246. "path": "faceRecognition/face",
  247. "style": {
  248. "navigationBarTitleText": "人脸识别",
  249. "app-plus": {
  250. "titleNView": false, //禁用原生导航栏
  251. "bounce": "none"
  252. }
  253. }
  254. },{
  255. "path": "payment/payment",
  256. "style": {
  257. "navigationBarTitleText": "支付",
  258. "app-plus": {
  259. "titleNView": false, //禁用原生导航栏
  260. "bounce": "none"
  261. }
  262. }
  263. }],
  264. "plugins": {
  265. "polyv-player": {
  266. "version": "0.1.5",
  267. "provider": "wx4a350a258a6f7876"
  268. }
  269. }
  270. }],
  271. "preloadRule": {
  272. "pages/index/index": {
  273. "network": "all",
  274. "packages": ["pages2"]
  275. }
  276. },
  277. "globalStyle": {
  278. "navigationBarTextStyle": "black",
  279. "navigationBarTitleText": "WeChat",
  280. "navigationBarBackgroundColor": "#F8F8F8",
  281. "backgroundColor": "#F8F8F8",
  282. "usingComponents": {
  283. "verify-mpsdk": "/wxcomponents/verify_mpsdk/index/index"
  284. }
  285. },
  286. "tabBar": {
  287. "color": "#636A75",
  288. "selectedColor": "#2F4379",
  289. "borderStyle": "black",
  290. "backgroundColor": "#fff",
  291. "list": [{
  292. "pagePath": "pages/index/index",
  293. "iconPath": "static/nav1.png",
  294. "selectedIconPath": "static/nav1_on.png",
  295. "text": "学习中心"
  296. },
  297. {
  298. "pagePath": "pages/wd/index",
  299. "iconPath": "static/nav4.png",
  300. "selectedIconPath": "static/nav4_on.png",
  301. "text": "我的"
  302. }
  303. ]
  304. },
  305. "navigateToMiniProgramAppIdList": [
  306. ""
  307. ],
  308. "easycom": {
  309. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  310. }
  311. }