pages.json 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  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. "navigationBarTextStyle": "white",
  19. "navigationStyle": "custom", // 隐藏系统导航栏
  20. "app-plus": {
  21. "titleNView": false, //禁用原生导航栏
  22. "bounce": "none"
  23. }
  24. }
  25. }, {
  26. "path": "pages/login/login",
  27. "style": {
  28. "navigationBarTitleText": "登录页",
  29. "navigationBarBackgroundColor": "#0386FD",
  30. "navigationBarTextStyle": "white",
  31. "navigationStyle": "custom", // 隐藏系统导航栏
  32. "app-plus": {
  33. "titleNView": false, //禁用原生导航栏
  34. "bounce": "none"
  35. }
  36. }
  37. }, {
  38. "path": "pages/recruitment/index",
  39. "style": {
  40. "navigationBarTitleText": "求职中心",
  41. "app-plus": {
  42. "titleNView": false //禁用原生导航栏
  43. }
  44. }
  45. },
  46. {
  47. "path": "pages/course/index",
  48. "style": {
  49. "navigationBarTitleText": "选课中心",
  50. "navigationBarTextStyle": "white",
  51. "navigationStyle": "custom", // 隐藏系统导航栏
  52. "enablePullDownRefresh":true,
  53. "app-plus": {
  54. "titleNView": false, //禁用原生导航栏
  55. "bounce": "none"
  56. }
  57. }
  58. },
  59. {
  60. "path": "pages/shopping/shoppingCart",
  61. "style": {
  62. "navigationBarTitleText": "购物车",
  63. "navigationBarTextStyle": "white",
  64. "navigationStyle": "custom", // 隐藏系统导航栏
  65. "app-plus": {
  66. "titleNView": false, //禁用原生导航栏
  67. "bounce": "none"
  68. }
  69. }
  70. }
  71. ],
  72. "subPackages": [{
  73. "root": "pages2",
  74. "pages": [{
  75. "path": "wd/info",
  76. "style": {
  77. "navigationBarTitleText": "我的资料",
  78. "navigationBarTextStyle": "white",
  79. "navigationStyle": "custom", // 隐藏系统导航栏
  80. "app-plus": {
  81. "titleNView": false, //禁用原生导航栏
  82. "bounce": "none"
  83. }
  84. }
  85. }, {
  86. "path": "wd/menu",
  87. "style": {
  88. "navigationBarTitleText": "基本资料",
  89. "app-plus": {
  90. "titleNView": false, //禁用原生导航栏
  91. "bounce": "none"
  92. }
  93. }
  94. }, {
  95. "path": "wd/edu_info",
  96. "style": {
  97. "navigationBarTitleText": "教育信息",
  98. "app-plus": {
  99. "titleNView": false, //禁用原生导航栏
  100. "bounce": "none"
  101. }
  102. }
  103. }, {
  104. "path": "register/register",
  105. "style": {
  106. "navigationBarTitleText": "注册页",
  107. "navigationBarBackgroundColor": "#0386FD",
  108. "navigationBarTextStyle": "white",
  109. "navigationStyle": "custom", // 隐藏系统导航栏
  110. "app-plus": {
  111. "titleNView": false, //禁用原生导航栏
  112. "bounce": "none"
  113. }
  114. }
  115. }, {
  116. "path": "register/forget",
  117. "style": {
  118. "navigationBarTitleText": "忘记密码",
  119. "navigationBarBackgroundColor": "#0386FD",
  120. "navigationBarTextStyle": "white",
  121. "navigationStyle": "custom", // 隐藏系统导航栏
  122. "app-plus": {
  123. "titleNView": false, //禁用原生导航栏
  124. "bounce": "none"
  125. }
  126. }
  127. }, {
  128. "path": "register/bind",
  129. "style": {
  130. "navigationBarTitleText": "关联学员身份",
  131. "navigationBarBackgroundColor": "#0386FD",
  132. "navigationBarTextStyle": "white",
  133. "navigationStyle": "custom", // 隐藏系统导航栏
  134. "app-plus": {
  135. "titleNView": false, //禁用原生导航栏
  136. "bounce": "none"
  137. }
  138. }
  139. },
  140. {
  141. "path": "wd/class",
  142. "style": {
  143. "navigationBarTitleText": "我的网课",
  144. "app-plus": {
  145. "titleNView": false, //禁用原生导航栏
  146. "bounce": "none"
  147. }
  148. }
  149. },
  150. {
  151. "path": "class/detail",
  152. "style": {
  153. "navigationBarTitleText": "单科",
  154. "app-plus": {
  155. "titleNView": false, //禁用原生导航栏
  156. "bounce": "none"
  157. }
  158. }
  159. },
  160. {
  161. "path": "course/detail",
  162. "style": {
  163. "navigationBarTitleText": "课程详情",
  164. "app-plus": {
  165. "titleNView": false, //禁用原生导航栏
  166. "bounce": "none"
  167. }
  168. }
  169. },
  170. {
  171. "path": "order/confirm_list",
  172. "style": {
  173. "navigationBarTitleText": "确认订单",
  174. "app-plus": {
  175. "titleNView": false, //禁用原生导航栏
  176. "bounce": "none"
  177. }
  178. }
  179. },
  180. {
  181. "path": "order/confirm_pay",
  182. "style": {
  183. "navigationBarTitleText": "订单支付",
  184. "app-plus": {
  185. "titleNView": false, //禁用原生导航栏
  186. "bounce": "none"
  187. }
  188. }
  189. },
  190. {
  191. "path": "order/confirm_success",
  192. "style": {
  193. "navigationBarTitleText": "支付成功",
  194. "app-plus": {
  195. "titleNView": false, //禁用原生导航栏
  196. "bounce": "none"
  197. }
  198. }
  199. },
  200. {
  201. "path": "order/index",
  202. "style": {
  203. "navigationBarTitleText": "我的订单",
  204. "app-plus": {
  205. "titleNView": false, //禁用原生导航栏
  206. "bounce": "none"
  207. }
  208. }
  209. },
  210. {
  211. "path": "bank/detail",
  212. "style": {
  213. "navigationBarTitleText": "题库详情",
  214. "app-plus": {
  215. "titleNView": false, //禁用原生导航栏
  216. "bounce": "none"
  217. }
  218. }
  219. },
  220. {
  221. "path": "msg/index",
  222. "style": {
  223. "navigationBarTitleText": "我的消息",
  224. "app-plus": {
  225. "titleNView": false, //禁用原生导航栏
  226. "bounce": "none"
  227. }
  228. }
  229. },
  230. {
  231. "path": "bank/questionBank",
  232. "style": {
  233. "navigationBarTitleText": "试卷题目",
  234. "app-plus": {
  235. "titleNView": false, //禁用原生导航栏
  236. "bounce": "none"
  237. }
  238. }
  239. },
  240. {
  241. "path": "msg/detail",
  242. "style": {
  243. "navigationBarTitleText": "消息详情",
  244. "app-plus": {
  245. "titleNView": false, //禁用原生导航栏
  246. "bounce": "none"
  247. }
  248. }
  249. },
  250. {
  251. "path": "plan/index",
  252. "style": {
  253. "navigationBarTitleText": "学习计划",
  254. "app-plus": {
  255. "titleNView": false, //禁用原生导航栏
  256. "bounce": "none"
  257. }
  258. }
  259. },
  260. {
  261. "path": "plan/create",
  262. "style": {
  263. "navigationBarTitleText": "创建计划",
  264. "app-plus": {
  265. "titleNView": false, //禁用原生导航栏
  266. "bounce": "none"
  267. }
  268. }
  269. },
  270. {
  271. "path": "verify/input",
  272. "style": {
  273. "navigationBarTitleText": "填写审核资料",
  274. "app-plus": {
  275. "titleNView": false, //禁用原生导航栏
  276. "bounce": "none"
  277. }
  278. }
  279. },
  280. {
  281. "path": "appointment/index",
  282. "style": {
  283. "navigationBarTitleText": "预约考试",
  284. "app-plus": {
  285. "titleNView": false, //禁用原生导航栏
  286. "bounce": "none"
  287. }
  288. }
  289. },
  290. {
  291. "path": "appointment/order",
  292. "style": {
  293. "navigationBarTitleText": "预约考试",
  294. "app-plus": {
  295. "titleNView": false, //禁用原生导航栏
  296. "bounce": "none"
  297. }
  298. }
  299. }
  300. ]/*,
  301. "plugins": {
  302. "polyv-player": {
  303. "version": "0.1.5",
  304. "provider": "wx4a350a258a6f7876"
  305. }
  306. } */
  307. }],
  308. "preloadRule": {
  309. "pages/index/index": {
  310. "network": "all",
  311. "packages": ["pages2"]
  312. }
  313. },
  314. "globalStyle": {
  315. "navigationBarTextStyle": "black",
  316. "navigationBarTitleText": "WeChat",
  317. "navigationBarBackgroundColor": "#F8F8F8",
  318. "backgroundColor": "#F8F8F8",
  319. "usingComponents": {
  320. "verify-mpsdk": "/wxcomponents/verify_mpsdk/index/index"
  321. }
  322. },
  323. "tabBar": {
  324. "color": "#AAAAAA",
  325. "selectedColor": "#007AFF",
  326. "borderStyle": "black",
  327. "backgroundColor": "#fff",
  328. "list": [{
  329. "pagePath": "pages/index/index",
  330. "iconPath": "static/nav1.png",
  331. "selectedIconPath": "static/nav1_on.png",
  332. "text": "首页"
  333. },
  334. {
  335. "pagePath": "pages/course/index",
  336. "iconPath": "static/nav2.png",
  337. "selectedIconPath": "static/nav2_on.png",
  338. "text": "选课"
  339. },
  340. {
  341. "pagePath": "pages/shopping/shoppingCart",
  342. "iconPath": "static/nav3.png",
  343. "selectedIconPath": "static/nav3_on.png",
  344. "text": "购物车"
  345. },
  346. {
  347. "pagePath": "pages/recruitment/index",
  348. "iconPath": "static/nav4.png",
  349. "selectedIconPath": "static/nav4_on.png",
  350. "text": "招聘"
  351. },
  352. {
  353. "pagePath": "pages/wd/index",
  354. "iconPath": "static/nav5.png",
  355. "selectedIconPath": "static/nav5_on.png",
  356. "text": "我的"
  357. }
  358. ]
  359. },
  360. "navigateToMiniProgramAppIdList": [
  361. ""
  362. ],
  363. "easycom": {
  364. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  365. }
  366. }