pages.json 7.7 KB

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