pages.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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/helpDetail",
  174. "style": {
  175. "navigationBarTitleText": "",
  176. "navigationBarTextStyle": "white",
  177. "navigationStyle": "custom", // 隐藏系统导航栏
  178. "app-plus": {
  179. "titleNView": false, //禁用原生导航栏
  180. "bounce": "none"
  181. }
  182. }
  183. }, {
  184. "path": "wd/coupon",
  185. "style": {
  186. "navigationBarTitleText": "优惠券",
  187. "app-plus": {
  188. "titleNView": false, //禁用原生导航栏
  189. "bounce": "none"
  190. }
  191. }
  192. }, {
  193. "path": "course/keynote",
  194. "style": {
  195. "navigationBarTitleText": "重点考点详情",
  196. "app-plus": {
  197. "titleNView": false, //禁用原生导航栏
  198. "bounce": "none"
  199. }
  200. }
  201. }, {
  202. "path": "course/read",
  203. "style": {
  204. "navigationBarTitleText": "阅读",
  205. "app-plus": {
  206. "titleNView": false, //禁用原生导航栏
  207. "bounce": "none"
  208. }
  209. }
  210. }, {
  211. "path": "bank/detail",
  212. "style": {
  213. "navigationBarTitleText": "题库详情",
  214. "app-plus": {
  215. "titleNView": false, //禁用原生导航栏
  216. "bounce": "none"
  217. }
  218. }
  219. }, {
  220. "path": "bank/question",
  221. "style": {
  222. // "navigationBarTitleText": "题目集",
  223. // "app-plus": {
  224. // "titleNView": false, //禁用原生导航栏
  225. // "bounce": "none"
  226. // }
  227. "navigationStyle": "custom", // 隐藏系统导航栏
  228. "navigationBarTextStyle": "white"
  229. }
  230. }, {
  231. "path": "bank/Parsing",
  232. "style": {
  233. "navigationBarTitleText": "题目解析",
  234. "app-plus": {
  235. "titleNView": false, //禁用原生导航栏
  236. "bounce": "none"
  237. }
  238. }
  239. }, {
  240. "path": "bank/endBG",
  241. "style": {
  242. "navigationBarTitleText": "答题报告",
  243. "app-plus": {
  244. "titleNView": false, //禁用原生导航栏
  245. "bounce": "none"
  246. }
  247. }
  248. }, {
  249. "path": "wd/enroll",
  250. "style": {
  251. "navigationBarTitleText": "考试报名",
  252. "app-plus": {
  253. "titleNView": false, //禁用原生导航栏
  254. "bounce": "none"
  255. }
  256. }
  257. }, {
  258. "path": "plan/edit",
  259. "style": {
  260. "navigationBarTitleText": "修改计划",
  261. "app-plus": {
  262. "titleNView": false, //禁用原生导航栏
  263. "bounce": "none"
  264. }
  265. }
  266. }, {
  267. "path": "faceRecognition/face",
  268. "style": {
  269. "navigationBarTitleText": "人脸识别",
  270. "app-plus": {
  271. "titleNView": false, //禁用原生导航栏
  272. "bounce": "none"
  273. }
  274. }
  275. }, {
  276. "path": "payment/payment",
  277. "style": {
  278. "navigationBarTitleText": "支付",
  279. "app-plus": {
  280. "titleNView": false, //禁用原生导航栏
  281. "bounce": "none"
  282. }
  283. }
  284. }, {
  285. "path": "coin/index",
  286. "style": {
  287. "navigationBarTitleText": "我的金币",
  288. "app-plus": {
  289. "titleNView": false, //禁用原生导航栏
  290. "bounce": "none"
  291. }
  292. }
  293. }, {
  294. "path": "recruitment/detailsInfo",
  295. "style": {
  296. "navigationBarTitleText": "岗位详情",
  297. "app-plus": {
  298. "titleNView": false, //禁用原生导航栏
  299. "bounce": "none"
  300. }
  301. }
  302. }, {
  303. "path": "resume/myResume",
  304. "style": {
  305. "navigationBarTitleText": "我的简历",
  306. "app-plus": {
  307. "titleNView": false, //禁用原生导航栏
  308. "bounce": "none"
  309. }
  310. }
  311. }, {
  312. "path": "resume/delivery",
  313. "style": {
  314. "navigationBarTitleText": "我的投递",
  315. "app-plus": {
  316. "titleNView": false, //禁用原生导航栏
  317. "bounce": "none"
  318. }
  319. }
  320. }, {
  321. "path": "resume/addResume",
  322. "style": {
  323. "navigationBarTitleText": "新建简历",
  324. "navigationBarTextStyle": "white",
  325. "navigationStyle": "custom", // 隐藏系统导航栏
  326. "app-plus": {
  327. "titleNView": false, //禁用原生导航栏
  328. "bounce": "none"
  329. }
  330. }
  331. }, {
  332. "path": "index/searchRecruit",
  333. "style": {
  334. "navigationBarTitleText": "搜索",
  335. "app-plus": {
  336. "titleNView": false, //禁用原生导航栏
  337. "bounce": "none"
  338. }
  339. }
  340. }, {
  341. "path": "index/webview",
  342. "style": {
  343. "navigationBarTitleText": "中正",
  344. "app-plus": {
  345. "titleNView": false, //禁用原生导航栏
  346. "bounce": "none"
  347. }
  348. }
  349. }
  350. ],
  351. "plugins": {
  352. "polyv-player": {
  353. "version": "0.1.5",
  354. "provider": "wx4a350a258a6f7876"
  355. }
  356. }
  357. }],
  358. "preloadRule": {
  359. "pages/index/index": {
  360. "network": "all",
  361. "packages": ["pages2"]
  362. }
  363. },
  364. "globalStyle": {
  365. "navigationBarTextStyle": "black",
  366. "navigationBarTitleText": "WeChat",
  367. "navigationBarBackgroundColor": "#F8F8F8",
  368. "backgroundColor": "#F8F8F8",
  369. "usingComponents": {
  370. "verify-mpsdk": "/wxcomponents/verify_mpsdk/index/index"
  371. }
  372. },
  373. "tabBar": {
  374. "color": "#636A75",
  375. "selectedColor": "#2F4379",
  376. "borderStyle": "black",
  377. "backgroundColor": "#fff",
  378. "list": [{
  379. "pagePath": "pages/index/index",
  380. "iconPath": "static/nav1.png",
  381. "selectedIconPath": "static/nav1_on.png",
  382. "text": "学习中心"
  383. },
  384. {
  385. "pagePath": "pages/recruitment/index",
  386. "iconPath": "static/job@3x.png",
  387. "selectedIconPath": "static/job@3xactive.png",
  388. "text": "求职"
  389. },
  390. {
  391. "pagePath": "pages/wd/index",
  392. "iconPath": "static/nav4.png",
  393. "selectedIconPath": "static/nav4_on.png",
  394. "text": "我的"
  395. }
  396. ]
  397. },
  398. "navigateToMiniProgramAppIdList": [
  399. ""
  400. ],
  401. "easycom": {
  402. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  403. }
  404. }